Dan Roganti wrote:
I don't understand how you could have an error in
your file.
I see you have a change on line 118 [?]
DA
7A
30 <--------change [?]
But from disassembling the papertape file, it should be
0072: DA 7A 00 JC 0x007A
since the code is supposed to reside in page 0 of memory.
Yes, that is the correction. The RDOS version is relocated
to 0x3000. So the RDOS assembler would be:
3072: DA 7A 30 JC 0x307A