flat assembler
Message board for the users of flat assembler.
Index
> Windows > MessageBox and Registers |
Author |
|
madmatt 15 Jul 2007, 08:00
It's not possible to do it the way you want, you'd have to define the data somewhere then reference the data label. Like:
Code: lstring dd 0x19286300 ... mov eax, lstring |
|||
15 Jul 2007, 08:00 |
|
SFeLi 15 Jul 2007, 11:47
Code: start: mov eax,0x00434241 ;... push eax mov edx,esp stdcall [MessageBox],NULL,edx,NULL,MB_ICONINFORMATION pop eax retn |
|||
15 Jul 2007, 11:47 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.