All PDP-11 opcode decoders implemented now

This commit is contained in:
Jeff 2016-09-28 13:45:36 -07:00 committed by Jeff Parsons
commit 0ad98dc68b
9 changed files with 408 additions and 389 deletions

View file

@ -383,7 +383,7 @@ if (DEBUGGER) {
0x0004: [DebuggerPDP11.OPS.IOT], // 000004
0x0005: [DebuggerPDP11.OPS.RESET], // 000005
0x0006: [DebuggerPDP11.OPS.RTT], // 000006
0x0007: [DebuggerPDP11.OPS.MFPT], // 000007
0x0007: [DebuggerPDP11.OPS.MFPT], // 000007 (only on PDP-11/44 & KB11-EM?)
0x00A0: [DebuggerPDP11.OPS.NOP],
0x00A1: [DebuggerPDP11.OPS.CLC],
0x00A2: [DebuggerPDP11.OPS.CLV],