flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > Macro Syntax or Rookie ASM mistake? |
Author |
|
JohnFound 11 Feb 2013, 19:16
Prefix the local labels with "." (dot):
Code: struc System { .SubSystem1 dq ? .SubSystem2 dq ? .SybSystem3 dq ? } |
|||
11 Feb 2013, 19:16 |
|
SiGiS 11 Feb 2013, 20:36
Thanks for reminding me about the local labels
I also realised I was missing a macro define ... and the use of it after each struc Code: macro struct name { virtual at 0 name name end virtual } struc System { .SubSystem1 dq ? .SubSystem2 dq ? .SubSystem3 dq ? } struct System |
|||
11 Feb 2013, 20:36 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.