flat assembler
Message board for the users of flat assembler.
Index
> Main > procs and constants |
Author |
|
THEWizardGenius 12 Aug 2005, 01:19
Neither of those should work, FASM doesn't have the word "proc" like MASM or TASM. However, I would guess it's probably because you have to declare the procedure first (MASM and TASM are dangerously close to being HLL's).
|
|||
12 Aug 2005, 01:19 |
|
LocoDelAssembly 12 Aug 2005, 01:47
THEWizardGenius, I'm using the "proc" macro, both codes start with this:
Code: format PE GUI 4.0 include 'win32axp.inc' .code The non working code fails to compile at the line "procedure = 0", the error is "already defined", but the first one has not that problem. |
|||
12 Aug 2005, 01:47 |
|
Tomasz Grysztar 12 Aug 2005, 10:18
That was a small bug which caused assembler to think that "procedure" is just a numeric constant (which can be redefined when is not forward referenced) - I've fixed it and silently updated the 1.64 package on the website. Thanks for finding it out!
|
|||
12 Aug 2005, 10:18 |
|
LocoDelAssembly 12 Aug 2005, 14:50
Jajajaja, OK. Now I tested the new FASM 1.64 SE (Silently Edition ) and both codes doesn't works.
Thanks for fixing it! |
|||
12 Aug 2005, 14:50 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.