mirror of
https://github.com/simh/simh.git
synced 2026-01-14 15:45:18 +00:00
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
|