Suppose foo.s:
And bar.s:
Then if you run java -jar rars.jar foo.s you will get an error reading:
Error in /home/athas/code/foo.s line 1: Runtime exception at 0x00400004: address out of range 0x00000000
But actually the error is in bar.s! The line number is correct, though.
Suppose foo.s:
And bar.s:
Then if you run
java -jar rars.jar foo.syou will get an error reading:But actually the error is in
bar.s! The line number is correct, though.