All PDP-10 MOVN (Move Negative) opcodes implemented
This commit is contained in:
parent
202374dd09
commit
84f8cece67
4 changed files with 692 additions and 364 deletions
|
|
@ -15,14 +15,14 @@
|
|||
0o541000000010, // 000112: HRRI 0,10
|
||||
0o251000000017, // 000113: BLT 0,17
|
||||
//
|
||||
// 00=000000000010 01=111111444444 02=444444111111 03=777777444444
|
||||
// 00=000010000020 01=111111444444 02=444444111111 03=777777444444
|
||||
// 04=444444777777 05=777777777777 06=777777777777 07=000000000000
|
||||
// 10=000000000010 11=111111444444 12=444444111111 13=777777444444
|
||||
// 14=444444777777 15=777777777777 16=777777777777 17=000000000000
|
||||
//
|
||||
0o577040000002, // 000114: HLRES 1,2
|
||||
//
|
||||
// 00=000000000010 01=000000111111 02=777777444444 03=777777444444
|
||||
// 00=000010000020 01=777777444444 02=777777444444 03=777777444444
|
||||
// 04=444444777777 05=777777777777 06=777777777777 07=000000000000
|
||||
// 10=000000000010 11=111111444444 12=444444111111 13=777777444444
|
||||
// 14=444444777777 15=777777777777 16=777777777777 17=000000000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue