fasmg
fasmg copied to clipboard
Looking forward broken?
I'm trying to use fasmg to write code in windows but, the format is not working
Inside the format/pe.inc line 360, it fails to get .SizeOfHeaders dd SIZE_OF_HEADERS
, even if this symbol is defined on line 407 of the same file.
So I don't know how exactly it should work.
Also, the format.inc
is not including the pe.inc
file, it needs it to look the symbols, but it only includes the file after including the symbols, so this is also an issue of the looking forward looks like.
okay it is just the win64xxx.inc that have the issue I described, the 32 ones compiles fine
This usually happens when a block is not closed. i.e. macro, struc, etc.
Try increasing the number of errors output - this usually helps identify the syntax error deeper in the stack of errors.