In the normal fasm.exe it is no problem to use statements like:
include 'win64a.inc'
This uses the "INCLUDE" environment variable to search the win64a.inc of fasm.
In reloaded, the following error occurs:
at Reloaded.Assembler.Definitions.FasmState.GetLineHeader()
at Reloaded.Assembler.Assembler.Assemble(String mnemonics, UInt16 passLimit)
Has anyone ever did an include in reloaded.assembler?