Fixed a couple of PDP-10 opcode emulation bugs (AOBJN, AOBJP, and CMP), and rounded out the set of DEC's basic instruction diagnostics
This commit is contained in:
parent
dd24f4bb61
commit
2a8c2a74d2
21 changed files with 29570 additions and 84 deletions
12
apps/pdp10/tests/opcodes/OPTEST02.simh
Normal file
12
apps/pdp10/tests/opcodes/OPTEST02.simh
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
dep 100 JFCL 17,101
|
||||
dep 101 MOVEI 1,1
|
||||
dep 102 SUBI 1,1
|
||||
dep 103 JFCL 17,104
|
||||
dep 104 SUBI 1,1
|
||||
dep 105 MOVSI 1,400000
|
||||
dep 106 ADDI 1,1
|
||||
dep 107 SUBI 1,1
|
||||
dep 110 JFCL 17,111
|
||||
dep 111 SUBI 1,1
|
||||
dep pc 100
|
||||
do t
|
||||
11
apps/pdp10/tests/opcodes/OPTEST02.txt
Normal file
11
apps/pdp10/tests/opcodes/OPTEST02.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
A 100;
|
||||
JFCL 17,101;
|
||||
MOVEI 1,1;
|
||||
SUBI 1,1;
|
||||
JFCL 17,104;
|
||||
SUBI 1,1;
|
||||
MOVSI 1,400000;
|
||||
ADDI 1,1;
|
||||
SUBI 1,1;
|
||||
JFCL 17,111;
|
||||
SUBI 1,1;
|
||||
Loading…
Reference in a new issue