simh-testsetgenerator/tt2500/tests/tt2500_test.ini
Mark Pizzolato decbe5b76b Various simulators: Set line endings to CRLF for consistency, remove stray tabs
Project standard source code has tabs converted to spaces and CRLF line
endings.

Other text files have CRLF line endings.
2023-03-19 16:51:27 -04:00

17 lines
214 B
INI

cd %~p0
set tv disabled
set crt disabled
on error goto failed
break 1235
load test.ascii
run 100
:failed
if (PC != 669) echof "\n*** TEST FAILED\n"; exit 1
echof "\n*** TEST PASSED\n"
exit 0