flat assembler
Message board for the users of flat assembler.
Index
> Macroinstructions > struct pointer to this struct |
Author |
|
Roman 21 May 2020, 18:33
Code:
struct gg
pParms dd Par
Par dd 0
ends
Fasm get error undefined symbol Par |
|||
21 May 2020, 18:33 |
|
Tomasz Grysztar 21 May 2020, 19:01
With fasm 1 you can only use global symbols there. Your snippet works correctly with fasmg's implementation, though.
|
|||
21 May 2020, 19:01 |
|
Tomasz Grysztar 21 May 2020, 19:40
You may have more luck with the basic STRUC:
Code: struc gg { .pParms dd .Par .Par dd 0 } |
|||
21 May 2020, 19:40 |
|
Roman 22 May 2020, 05:20
Thanks.
Work. |
|||
22 May 2020, 05:20 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.