rars
rars copied to clipboard
Fix file name information for .included code.
This means that ProgramStatements now refer to the file they actually occur in, like is the case for the original SourceLine. This is used for various diagnostics messages.
Fixes #160.
Hm, this seems to break the assembler for some other programs somehow.
Man is the assembler logic tangled. I made it work by having a specific field (only used for diagnostics) that contains the file name of the statement.