Home
last modified time | relevance | path

Searched refs:I_NBAR (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_hw_consts.h567 # define I_NBAR F_K // not BAR mode 0000200 macro
585 # define CLR_I_NBAR CLRF (cpu.cu.IR, I_NBAR)
596 # define SET_I_NBAR SETF (cpu.cu.IR, I_NBAR)
608 # define TST_I_NBAR TSTF (cpu.cu.IR, I_NBAR)
H A Ddps8_utils.c47 flags & I_NBAR ? "~BAR " : "", in dump_flags()
H A Ddps8_ins.c3460 if (! (tmp18 & I_NBAR)) in doInstruction()
6536 if (! (TST_I_NBAR && TSTF (tempIR, I_NBAR))) in doInstruction()
6538 CLRF (tempIR, I_NBAR); in doInstruction()
H A Ddps8_cpu.c4102 putbits36_1 (& w0, 17, TSTF (cpu.cu.IR, I_NBAR)?1:0); in add_CU_history()