flat assembler
Message board for the users of flat assembler.
Index
> Main > fasm exit code |
Author |
|
Kicer 27 Jul 2010, 05:42
Hi
what are fasm exit codes? it used to (version 1.68) return 0 when everything was ok, now (1.69.14) it returns 8 (?) |
|||
27 Jul 2010, 05:42 |
|
revolution 27 Jul 2010, 08:09
For which OS?
For Win32 console the return values are: 0: okay 1: usage string 2: code error 255: fatal error |
|||
27 Jul 2010, 08:09 |
|
revolution 27 Jul 2010, 19:49
FASM.ASM:
Code: display_bytes_count: mov eax,[written_size] call display_number mov esi,_bytes_suffix call display_string xor al,al jmp exit_program Code: exit_program: movzx ebx,al mov eax,1 int 0x80 |
|||
27 Jul 2010, 19:49 |
|
Kicer 28 Jul 2010, 20:16
weird then...
|
|||
28 Jul 2010, 20:16 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.