flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
LocoDelAssembly
struc in fasm are an special case of macros actually so they not provide an actual type definition, yet, there is a well known workaround for it:
Code: struc Point{ .x dd ? .y dd ? } ;; Workaround virtual at 0 Point Point end virtual ; Now you can use the struc as an offset mov [ebp+Point.y], 7 |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.