mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
TX-0: fix CID: 1415540 "Logically dead code"
Corrected macro definitions to match comments
This commit is contained in:
parent
2bf538f59c
commit
29eaa45c37
@ -1275,9 +1275,9 @@ Original Operate-class instruction micro orders for the 1956 TX-0 Instruction Se
|
||||
#define OOPR_DIS 0002000
|
||||
#define OOPR_R1C 0001000
|
||||
|
||||
#define OOPR_SHF_MASK 0000300
|
||||
#define OOPR_SHF_MASK 0000600
|
||||
#define OOPR_SHR 0000400
|
||||
#define OOPR_CYR 0000300
|
||||
#define OOPR_CYR 0000600
|
||||
#define OOPR_MLR 0000200
|
||||
|
||||
#define OOPR_PEN_MASK 0000104
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user