SIGN18            241 src/dps8/dps8_hw_consts.h     if (w & SIGN18)
SIGN18            286 src/dps8/dps8_hw_consts.h     if (w & SIGN18)
SIGN18            372 src/dps8/dps8_hw_consts.h     if (w & SIGN18)
SIGN18           2967 src/dps8/dps8_ins.c             SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3112 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           3574 src/dps8/dps8_ins.c           SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3586 src/dps8/dps8_ins.c           SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3746 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5705 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5735 src/dps8/dps8_ins.c               SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5832 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5861 src/dps8/dps8_ins.c               SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5946 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5975 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           6047 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           6125 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18            456 src/dps8/dps8_utils.c     if (op1e & SIGN18)
SIGN18            458 src/dps8/dps8_utils.c     if (op2e & SIGN18)
SIGN18            466 src/dps8/dps8_utils.c     bool r18 = (res & SIGN18) ? true : false;
SIGN18            511 src/dps8/dps8_utils.c         if (res & SIGN18)
SIGN18            538 src/dps8/dps8_utils.c     if (op1e & SIGN18)
SIGN18            540 src/dps8/dps8_utils.c     if (op2e & SIGN18)
SIGN18            550 src/dps8/dps8_utils.c     bool r18 = res & SIGN18 ? true : false;
SIGN18            595 src/dps8/dps8_utils.c         if (res & SIGN18)
SIGN18            943 src/dps8/dps8_utils.c     if (res & SIGN18) CPT (cpt2L, 31); // neg
SIGN18            948 src/dps8/dps8_utils.c     if (res & SIGN18)
SIGN18           1143 src/dps8/dps8_utils.c     word18 sign1 = (word18) op1 & SIGN18;
SIGN18           1144 src/dps8/dps8_utils.c     word18 sign2 = (word18) op2 & SIGN18;