Implemented more opcode decoders

This commit is contained in:
Jeff 2016-09-27 16:21:55 -07:00 committed by Jeff Parsons
commit b2c66b5374
6 changed files with 829 additions and 1619 deletions

View file

@ -188,10 +188,14 @@ var PDP11 = {
MASK: 0x38
},
DSTMODE: {
REG: 0x0007,
MODE: 0x0038,
MASK: 0x003F,
SHIFT: 0
},
SRCMODE: {
REG: 0x01C0,
MODE: 0x0E00,
MASK: 0x0FC0,
SHIFT: 6
},