mirror of
https://github.com/simh/simh.git
synced 2026-04-27 20:38:04 +00:00
VAX: Add EHKAA (aka HCORE) Harware Core Instruction test for MicroVAX 3900
This commit is contained in:
4
VAX/tests/EHKAA.ini
Normal file
4
VAX/tests/EHKAA.ini
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
load ehkaa.exe
|
||||||
|
go 200
|
||||||
|
if (PC != 0x80018AD1) echof "\r\n%SIM_NAME% Hareware Core Instruction test EHKAA - FAILED\n"; exit 1
|
||||||
|
else echof "\r\n%SIM_NAME% Hareware Core Instruction test EHKAA - PASSED\n"; exit 0
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
set -qu console telnet=65432,telnet=buffered
|
set -qu console telnet=65432,telnet=buffered
|
||||||
load evkaa.exe
|
load evkaa.exe
|
||||||
expect "Hit any key to continue" send "\r"; go -q
|
expect "Hit any key to continue" send "\r"; go -q
|
||||||
expect [2] "done!" echof "\r\n%SIM_NAME% Hareware Core Instruction test EVKAA - Passed"; exit 0
|
expect [2] "done!" echof "\r\n%SIM_NAME% Hareware Core Instruction test EVKAA - Passed\n"; exit 0
|
||||||
go -q 200
|
go -q 200
|
||||||
echof "\r\n%SIM_NAME% Hareware Core Instruction test EVKAA - FAILED"
|
echof "\r\n%SIM_NAME% Hareware Core Instruction test EVKAA - FAILED\n"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
BIN
VAX/tests/ehkaa.exe
Normal file
BIN
VAX/tests/ehkaa.exe
Normal file
Binary file not shown.
2
VAX/tests/microvax3900_test.ini
Normal file
2
VAX/tests/microvax3900_test.ini
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
cd VAX/tests
|
||||||
|
do EHKAA.ini
|
||||||
Reference in New Issue
Block a user