flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
revolution
It is documented, you cannot have structs in anonymous unions.
|
|||
![]() |
|
LocoDelAssembly
http://flatassembler.net/docs.php?article=win32 <- Where it says that?
Also note that the documentation has a more complex example: Code: struct LINE union start POINT struct x1 dd ? y1 dd ? ends ends union end POINT struct x2 dd ? y2 dd ? ends ends ends |
|||
![]() |
|
bitRAKE
replace union with struct and the same error results.
|
|||
![]() |
|
LocoDelAssembly
Seems that nesting is not properly supported for offsets constants (struct_name.field), however works correctly when you define a variable and access the fields throught variable name (var_name.field).
|
|||
![]() |
|
Tomasz Grysztar
I've got it fixed (hopefully) with today's update.
|
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.