SIGN18            244 src/dps8/dps8_hw_consts.h     if (w & SIGN18)
SIGN18            289 src/dps8/dps8_hw_consts.h     if (w & SIGN18)
SIGN18            375 src/dps8/dps8_hw_consts.h     if (w & SIGN18)
SIGN18           2882 src/dps8/dps8_ins.c             SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3027 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           3432 src/dps8/dps8_ins.c           SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3444 src/dps8/dps8_ins.c           SC_I_NEG (cpu.TPR.CA & SIGN18);
SIGN18           3604 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5305 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5335 src/dps8/dps8_ins.c               SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5432 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5461 src/dps8/dps8_ins.c               SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5546 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5575 src/dps8/dps8_ins.c             SC_I_NEG (cpu.rX[n] & SIGN18);
SIGN18           5647 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18           5725 src/dps8/dps8_ins.c             SC_I_NEG (tmp18 & SIGN18);
SIGN18            349 src/dps8/dps8_utils.c     if (op1e & SIGN18)
SIGN18            351 src/dps8/dps8_utils.c     if (op2e & SIGN18)
SIGN18            359 src/dps8/dps8_utils.c     bool r18 = (res & SIGN18) ? true : false;
SIGN18            404 src/dps8/dps8_utils.c         if (res & SIGN18)
SIGN18            431 src/dps8/dps8_utils.c     if (op1e & SIGN18)
SIGN18            433 src/dps8/dps8_utils.c     if (op2e & SIGN18)
SIGN18            443 src/dps8/dps8_utils.c     bool r18 = res & SIGN18 ? true : false;
SIGN18            488 src/dps8/dps8_utils.c         if (res & SIGN18)
SIGN18            812 src/dps8/dps8_utils.c     if (res & SIGN18) CPT (cpt2L, 31); // neg
SIGN18            817 src/dps8/dps8_utils.c     if (res & SIGN18)
SIGN18           1012 src/dps8/dps8_utils.c     word18 sign1 = (word18) op1 & SIGN18;
SIGN18           1013 src/dps8/dps8_utils.c     word18 sign2 = (word18) op2 & SIGN18;