flat assembler
Message board for the users of flat assembler.
Index
> Windows > Pop + push = error :S |
Author |
|
decard 01 May 2004, 11:50
you don't have any exit point in your program. You should add something like:
Code: invoke ExitProcess,0 before ".end start" Last edited by decard on 01 May 2004, 12:11; edited 1 time in total |
|||
01 May 2004, 11:50 |
|
[nuß] 01 May 2004, 12:03
oh yeah, ty
|
|||
01 May 2004, 12:03 |
|
f0dder 01 May 2004, 12:50
you could do a "RET" as well, but I would suggest ExitProcess anyway. Also, if you want to work on all win32 versions, you *must* end up importing from kernel32, so ExitProcess is a good import anyway
|
|||
01 May 2004, 12:50 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.