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

sim65.sgml syntax error unclosed tt

This commit is contained in:
Brad Smith 2019-05-25 04:12:43 -04:00 committed by Oliver Schmidt
parent 17505e2173
commit 42beb29f72

View File

@ -127,7 +127,7 @@ for simple file input and output:
<sect>Creating a Test in Assembly<p>
Assembly tests may similarly be assembled and linked with
<tt/--target sim65/ or <tt/--target sim65c02>,
<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.