TX-0: fix CID: 1415540 "Logically dead code"

Corrected macro definitions to match comments
This commit is contained in:
Sergey Svishchev 2017-03-09 18:36:45 -08:00 committed by Mark Pizzolato
parent 2bf538f59c
commit 29eaa45c37

View file

@ -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