rars icon indicating copy to clipboard operation
rars copied to clipboard

Fix file name information for .included code.

Open athas opened this issue 3 years ago • 2 comments

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.

athas avatar Sep 23 '22 13:09 athas

Hm, this seems to break the assembler for some other programs somehow.

athas avatar Sep 23 '22 13:09 athas

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.

athas avatar Sep 23 '22 14:09 athas