simh-testsetgenerator/VAX/ka620_patch.com
Mark Pizzolato b01fa8fbb0 Addition of MicroVAX II (VAX630) and rtVAX 1000 (or Industrial VAX 620) processor simulators from Matt Burke
Generalized the Boot Code loading support to use common code which has been added to vax_cpu.c
2012-11-09 12:18:15 -08:00

25 lines
521 B
Text

$!
$! This procedure patches KA620.BIN (V1.1) Boot ROM image to work under
$! the SIMH simulator
$!
$ PATCH /ABSOLUTE /NEW_VERSION /OUTPUT=KA620.BIN KA620_ORIG.BIN
!
! Test D - ROM checksum & TOY RAM
!
! - ROM checksum needs to be updated to reflect changes below
!
REPLACE/WORD 0B888 = 0279F
0163D
EXIT
!
! Test 3 - Interrupt tests
!
! - Need to skip console loopback test and memory parity test
!
REPLACE/INSTRUCTION 0547C = 'MOVAL W^0000571A,B^04(R11)'
'BRW 05CCC'
EXIT
!
UPDATE
EXIT
$