1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-13 03:29:36 +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: val:
---- ----
Runtime assembly tests using sim65 that should exit with an exit code of 0 when Runtime assembly tests using sim65 that should end with an exit code of 0 if
the pass, or either -1 or a number indicating what part of the test failed on they pass. If they fail the exit code should be either -1, or a number
error. indicating what part of the test failed.