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           2972 src/dps8/dps8_ins.c             SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3117 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           3578 src/dps8/dps8_ins.c           SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3590 src/dps8/dps8_ins.c           SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3750 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5640 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5670 src/dps8/dps8_ins.c               SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5767 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5796 src/dps8/dps8_ins.c               SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5881 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5910 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5982 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           6060 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18            348 src/dps8/dps8_utils.c     if (op1e & SIGN18)
SIGN18            350 src/dps8/dps8_utils.c     if (op2e & SIGN18)
SIGN18            358 src/dps8/dps8_utils.c     bool r18 = (res & SIGN18) ? true : false;
SIGN18            403 src/dps8/dps8_utils.c         if (res & SIGN18)
SIGN18            430 src/dps8/dps8_utils.c     if (op1e & SIGN18)
SIGN18            432 src/dps8/dps8_utils.c     if (op2e & SIGN18)
SIGN18            442 src/dps8/dps8_utils.c     bool r18 = res & SIGN18 ? true : false;
SIGN18            487 src/dps8/dps8_utils.c         if (res & SIGN18)
SIGN18            835 src/dps8/dps8_utils.c     if (res & SIGN18) CPT (cpt2L, 31); // neg
SIGN18            840 src/dps8/dps8_utils.c     if (res & SIGN18)
SIGN18           1035 src/dps8/dps8_utils.c     word18 sign1 = (word18) op1 & SIGN18;
SIGN18           1036 src/dps8/dps8_utils.c     word18 sign2 = (word18) op2 & SIGN18;