Guest_imported
New member
- Jan 1, 1970
- 0
Hallo,
how can I get and set bytes in NASM.
This on won't work correct...
mov eax,[byte edx] ;get byte of register edx
mov [byte ebx],eax ;set this byte to ebx
NASM set a DWORD in the memory.
And what about Words and DWords?
Please help.
Frank
how can I get and set bytes in NASM.
This on won't work correct...
mov eax,[byte edx] ;get byte of register edx
mov [byte ebx],eax ;set this byte to ebx
NASM set a DWORD in the memory.
And what about Words and DWords?
Please help.
Frank