1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

sim65.sgml noting sim65c02 target as well

This commit is contained in:
bbbradsmith 2019-05-25 03:00:44 -04:00 committed by Oliver Schmidt
parent 69c7acb3bc
commit 17505e2173

View File

@ -19,7 +19,7 @@ independent code.
sim65 is used as part of the toolchain to test 6502 or 65C02 code.
The binary to test needs to be compiled with <tt/--target sim6502/ or <tt/--target sim65c02/.
The binary to test should be compiled with <tt/--target sim6502/ or <tt/--target sim65c02/.
<sect>Usage<p>
@ -126,7 +126,8 @@ for simple file input and output:
<sect>Creating a Test in Assembly<p>
Assembly tests may similarly be assembled ant linked with <tt/--target sim65/,
Assembly tests may similarly be assembled and linked with
<tt/--target sim65/ or <tt/--target sim65c02>,
and the sim65 library provides an <tt/exit/ symbol that the program may <tt/JMP/
to terminate with the current A register value as an exit code.