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
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