You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
FixesTheThirdOne#160.
The sourceProgram is not correct for statements that come from an
.include, and the assembler depends on the sourceProgram actually
being the "top-level" program, not the actual file.
FixesTheThirdOne#160.
Suppose foo.s:
And bar.s:
Then if you run
java -jar rars.jar foo.s
you will get an error reading:But actually the error is in
bar.s
! The line number is correct, though.The text was updated successfully, but these errors were encountered: