I_TALLY           588 src/dps8/dps8_hw_consts.h # define CLR_I_TALLY CLRF (cpu.cu.IR, I_TALLY)
I_TALLY           600 src/dps8/dps8_hw_consts.h # define SET_I_TALLY SETF (cpu.cu.IR, I_TALLY)
I_TALLY           613 src/dps8/dps8_hw_consts.h # define TST_I_TALLY TSTF (cpu.cu.IR, I_TALLY)
I_TALLY           625 src/dps8/dps8_hw_consts.h # define SC_I_TALLY(v) SCF (v, cpu.cu.IR, I_TALLY)
I_TALLY          3175 src/dps8/dps8_ins.c             SC_I_TALLY (tmp18 & I_TALLY);
I_TALLY          3418 src/dps8/dps8_ins.c           SCF (i->stiTally, cpu.CY, I_TALLY);
I_TALLY          3791 src/dps8/dps8_ins.c           SCF (i->stiTally, cpu.CY, I_TALLY);
I_TALLY            59 src/dps8/dps8_utils.c             flags & I_TALLY ? "Tally " : "",
I_TALLY           420 src/dps8/hdbg.c              TSTF (p->reg.data, I_TALLY));