Re: [edk2] Load ASM code in memory

2015-01-09 Thread christophe malvasio
hi i will make an assembler as a uefi app it should execute code directly of memory x64 to begin it is the first step of my project fusion.software (a uefi os) feel free to share your asm code of uefi app ;) i need to learn all about uefi so no stress thanks

Re: [edk2] Load ASM code in memory

2014-06-11 Thread Andrew Fish
On Jun 11, 2014, at 2:02 AM, Thomas Letan wrote: > Hello everyone. > > I am currently working on UEFI and more precisely on SMM with UEFI. > To handle correctly #SMI, I have to load some piece of code in RAM. In > order to do some tests, I wrote my assembly code, compile it with nasm, > get the

Re: [edk2] Load ASM code in memory

2014-06-11 Thread Brian J. Johnson
On 06/11/2014 11:31 AM, Bill Paul wrote: > Of all the gin joints in all the towns in all the world, Thomas Letan had to > walk into mine at 02:02:13 on Wednesday 11 June 2014 and say: > >> Hello everyone. >> >> I am currently working on UEFI and more precisely on SMM with UEFI. >> To handle correct

Re: [edk2] Load ASM code in memory

2014-06-11 Thread Bill Paul
Of all the gin joints in all the towns in all the world, Thomas Letan had to walk into mine at 02:02:13 on Wednesday 11 June 2014 and say: > Hello everyone. > > I am currently working on UEFI and more precisely on SMM with UEFI. > To handle correctly #SMI, I have to load some piece of code in RA

[edk2] Load ASM code in memory

2014-06-11 Thread Thomas Letan
Hello everyone. I am currently working on UEFI and more precisely on SMM with UEFI. To handle correctly #SMI, I have to load some piece of code in RAM. In order to do some tests, I wrote my assembly code, compile it with nasm, get the binary content thanks to objdump and save it in a char[] variab