I_EOFL 587 src/dps8/dps8_hw_consts.h # define CLR_I_EOFL CLRF (cpu.cu.IR, I_EOFL) I_EOFL 598 src/dps8/dps8_hw_consts.h # define SET_I_EOFL SETF (cpu.cu.IR, I_EOFL) I_EOFL 613 src/dps8/dps8_hw_consts.h # define TST_I_EOFL TSTF (cpu.cu.IR, I_EOFL ) I_EOFL 627 src/dps8/dps8_hw_consts.h # define SC_I_EOFL(v) SCF (v, cpu.cu.IR, I_EOFL); I_EOFL 3152 src/dps8/dps8_ins.c SC_I_EOFL (tmp18 & I_EOFL); I_EOFL 62 src/dps8/dps8_utils.c flags & I_EOFL ? "EOFL " : "",