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:
Jeff 2017-03-27 11:44:42 -07:00 • committed by Jeff Parsons
commit 2a8c2a74d2
21 changed files with 29570 additions and 84 deletions

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