flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > invoke problem with windows api |
Author |
|
wisepenguin 19 Jul 2005, 02:41
sorry, it was my mistake.
its late and i should be asleep. include "win32axp.inc" section ".text" code readable executable start: invoke GetCommandLine invoke MessageBox, HWND_DESKTOP, eax, NULL, MB_OK invoke ExitProcess, 0 .end start im such a tit |
|||
19 Jul 2005, 02:41 |
|
rwalt 19 Jul 2005, 05:05
Well if you are using the .end macroinstruction, use the .code MI as well.
Code: include 'win32axp.inc' .code start: ;... .end start _________________ DarkStar |
|||
19 Jul 2005, 05:05 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.