flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
sleepsleep
was trying to do the following
Code: if eax < 1000 invoke ExitProcess,0 end if received Code: if eax < 1000 error: invalid value. |
|||
![]() |
|
revolution
i think you mean ".if"
Code: .if eax < 1000 invoke ExitProcess,0 .endif |
|||
![]() |
|
sleepsleep
but if u guys check the manual, it uses "end if" with a space?
|
|||
![]() |
|
MHajduk
"If" and "end if" are for conditional assembly (some sources are compiled or not regarding of some condition).
|
|||
![]() |
|
LocoDelAssembly
You have to use it as http://flatassembler.net/docs.php?article=win32 , not as documented for the assembler that as MHajduk said it is for assemble-time purposes and not for run-time purposes.
|
|||
![]() |
|
sleepsleep
thanks all
![]() why we all seem to have fun manipulating all the bits ? ![]() |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.