TX-0: fix CID: 1415540 "Logically dead code"
Corrected macro definitions to match comments
This commit is contained in:
parent
2bf538f59c
commit
29eaa45c37
1 changed files with 2 additions and 2 deletions
|
@ -1275,9 +1275,9 @@ Original Operate-class instruction micro orders for the 1956 TX-0 Instruction Se
|
||||||
#define OOPR_DIS 0002000
|
#define OOPR_DIS 0002000
|
||||||
#define OOPR_R1C 0001000
|
#define OOPR_R1C 0001000
|
||||||
|
|
||||||
#define OOPR_SHF_MASK 0000300
|
#define OOPR_SHF_MASK 0000600
|
||||||
#define OOPR_SHR 0000400
|
#define OOPR_SHR 0000400
|
||||||
#define OOPR_CYR 0000300
|
#define OOPR_CYR 0000600
|
||||||
#define OOPR_MLR 0000200
|
#define OOPR_MLR 0000200
|
||||||
|
|
||||||
#define OOPR_PEN_MASK 0000104
|
#define OOPR_PEN_MASK 0000104
|
||||||
|
|
Loading…
Add table
Reference in a new issue