TSTF             4214 src/dps8/dps8_cpu.c     putbits36_1  (& w0, 17, TSTF (cpu.cu.IR, I_NBAR)?1:0);
TSTF              605 src/dps8/dps8_hw_consts.h # define TST_I_ABS   TSTF (cpu.cu.IR, I_ABS)
TSTF              606 src/dps8/dps8_hw_consts.h # define TST_I_MIF   TSTF (cpu.cu.IR, I_MIF)
TSTF              607 src/dps8/dps8_hw_consts.h # define TST_I_NBAR  TSTF (cpu.cu.IR, I_NBAR)
TSTF              608 src/dps8/dps8_hw_consts.h # define TST_I_PMASK TSTF (cpu.cu.IR, I_PMASK)
TSTF              609 src/dps8/dps8_hw_consts.h # define TST_I_TRUNC TSTF (cpu.cu.IR, I_TRUNC)
TSTF              610 src/dps8/dps8_hw_consts.h # define TST_I_TALLY TSTF (cpu.cu.IR, I_TALLY)
TSTF              611 src/dps8/dps8_hw_consts.h # define TST_I_OMASK TSTF (cpu.cu.IR, I_OMASK)
TSTF              612 src/dps8/dps8_hw_consts.h # define TST_I_EUFL  TSTF (cpu.cu.IR, I_EUFL )
TSTF              613 src/dps8/dps8_hw_consts.h # define TST_I_EOFL  TSTF (cpu.cu.IR, I_EOFL )
TSTF              614 src/dps8/dps8_hw_consts.h # define TST_I_OFLOW TSTF (cpu.cu.IR, I_OFLOW)
TSTF              615 src/dps8/dps8_hw_consts.h # define TST_I_CARRY TSTF (cpu.cu.IR, I_CARRY)
TSTF              616 src/dps8/dps8_hw_consts.h # define TST_I_NEG   TSTF (cpu.cu.IR, I_NEG)
TSTF              617 src/dps8/dps8_hw_consts.h # define TST_I_ZERO  TSTF (cpu.cu.IR, I_ZERO)
TSTF              618 src/dps8/dps8_hw_consts.h # define TST_I_HEX   TSTF (cpu.cu.IR, I_HEX)
TSTF             6501 src/dps8/dps8_ins.c             if (! (TST_I_NBAR && TSTF (tempIR, I_NBAR)))
TSTF             6505 src/dps8/dps8_ins.c             if (! (TST_I_ABS && TSTF (tempIR, I_ABS)))
TSTF              433 src/dps8/hdbg.c                    TSTF (p->reg.data, I_ZERO),
TSTF              434 src/dps8/hdbg.c                    TSTF (p->reg.data, I_NEG),
TSTF              435 src/dps8/hdbg.c                    TSTF (p->reg.data, I_CARRY),
TSTF              436 src/dps8/hdbg.c                    TSTF (p->reg.data, I_OFLOW),
TSTF              437 src/dps8/hdbg.c                    TSTF (p->reg.data, I_TALLY));
TSTF              975 src/dps8/panelScraper.c     SETL (bank_j, 38, TSTF (cpu.cu.IR, I_NBAR), 1);