fasmg icon indicating copy to clipboard operation
fasmg copied to clipboard

Looking forward broken?

Open Ruulul opened this issue 2 years ago • 2 comments

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.

Ruulul avatar Nov 12 '22 18:11 Ruulul

okay it is just the win64xxx.inc that have the issue I described, the 32 ones compiles fine

Ruulul avatar Nov 12 '22 18:11 Ruulul

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.

bitRAKE avatar Jun 22 '24 07:06 bitRAKE