mirror of
https://github.com/open-simh/simh.git
synced 2026-02-10 10:20:25 +00:00
Project standard source code has tabs converted to spaces and CRLF line endings. Other text files have CRLF line endings.
18 lines
214 B
INI
18 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
|