flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
Roman
Code:
struct gg
pParms dd Par
Par dd 0
ends
Fasm get error undefined symbol Par |
|||
![]() |
|
Tomasz Grysztar
With fasm 1 you can only use global symbols there. Your snippet works correctly with fasmg's implementation, though.
|
|||
![]() |
|
Tomasz Grysztar
You may have more luck with the basic STRUC:
Code: struc gg { .pParms dd .Par .Par dd 0 } |
|||
![]() |
|
Roman
Thanks.
Work. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.