DEC's "TRAP TEST" finally passes (and I learned a lot about PDP-11 opcode idiosyncrasies in the process)
This commit is contained in:
parent
b4cb9651ce
commit
2c1191ce6e
14 changed files with 616 additions and 518 deletions
|
|
@ -431,7 +431,7 @@ if (DEBUGGER) {
|
|||
DebuggerPDP11.OPNONE = [DebuggerPDP11.OPS.NONE];
|
||||
|
||||
/*
|
||||
* Table of opcodes that are specific to the 11/45 and higher
|
||||
* Table of opcodes specific to the 11/45 and newer
|
||||
*/
|
||||
DebuggerPDP11.OP1145 = [
|
||||
DebuggerPDP11.OPS.MARK,
|
||||
|
|
|
|||
Loading…
Reference in a new issue