1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

VAX: Add EHKAA (aka HCORE) Harware Core Instruction test for MicroVAX 3900

This commit is contained in:
Mark Pizzolato 2018-09-19 21:51:28 -07:00
parent 1adc76a5dd
commit 49cfac9019
4 changed files with 8 additions and 2 deletions

4
VAX/tests/EHKAA.ini Normal file
View 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

View File

@ -1,7 +1,7 @@
set -qu console telnet=65432,telnet=buffered
load evkaa.exe
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
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

BIN
VAX/tests/ehkaa.exe Normal file

Binary file not shown.

View File

@ -0,0 +1,2 @@
cd VAX/tests
do EHKAA.ini