mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 20:01:33 +00:00
5 lines
228 B
INI
5 lines
228 B
INI
load ehkaa.exe
|
|
go 200
|
|
if (PC != 0x80018AD1) echof "\r\n%SIM_NAME% Hardware Core Instruction test EHKAA - FAILED\n"; exit 1
|
|
else echof "\r\n%SIM_NAME% Hardware Core Instruction test EHKAA - PASSED\n"; exit 0
|