1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-03 07:30:52 +00:00

test/asm readme val description revision

This commit is contained in:
bbbradsmith 2023-03-07 18:53:30 -05:00
parent 6be7c16013
commit 99220f60af

View File

@ -33,6 +33,6 @@ Refer to listing/readme.txt
val:
----
Runtime assembly tests using sim65 that should exit with an exit code of 0 when
the pass, or either -1 or a number indicating what part of the test failed on
error.
Runtime assembly tests using sim65 that should end with an exit code of 0 if
they pass. If they fail the exit code should be either -1, or a number
indicating what part of the test failed.