I_TALLY           585 src/dps8/dps8_hw_consts.h # define CLR_I_TALLY CLRF (cpu.cu.IR, I_TALLY)
I_TALLY           597 src/dps8/dps8_hw_consts.h # define SET_I_TALLY SETF (cpu.cu.IR, I_TALLY)
I_TALLY           610 src/dps8/dps8_hw_consts.h # define TST_I_TALLY TSTF (cpu.cu.IR, I_TALLY)
I_TALLY           622 src/dps8/dps8_hw_consts.h # define SC_I_TALLY(v) SCF (v, cpu.cu.IR, I_TALLY)
I_TALLY          3155 src/dps8/dps8_ins.c             SC_I_TALLY (tmp18 & I_TALLY);
I_TALLY          3398 src/dps8/dps8_ins.c           SCF (i->stiTally, cpu.CY, I_TALLY);
I_TALLY          3771 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));