I_EOFL            590 src/dps8/dps8_hw_consts.h # define CLR_I_EOFL  CLRF (cpu.cu.IR, I_EOFL)
I_EOFL            601 src/dps8/dps8_hw_consts.h # define SET_I_EOFL  SETF (cpu.cu.IR, I_EOFL)
I_EOFL            616 src/dps8/dps8_hw_consts.h # define TST_I_EOFL  TSTF (cpu.cu.IR, I_EOFL )
I_EOFL            630 src/dps8/dps8_hw_consts.h # define SC_I_EOFL(v)  SCF (v, cpu.cu.IR, I_EOFL);
I_EOFL           3172 src/dps8/dps8_ins.c             SC_I_EOFL  (tmp18 & I_EOFL);
I_EOFL             62 src/dps8/dps8_utils.c             flags & I_EOFL  ? "EOFL "  : "",