flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
JohnFound 11 Feb 2013, 19:16
Prefix the local labels with "." (dot):
Code: struc System { .SubSystem1 dq ? .SubSystem2 dq ? .SybSystem3 dq ? } |
|||
![]() |
|
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 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.