inst 3872 src/dps8/dps8_cpu.c void decode_instruction (cpu_state_t * cpup, word36 inst, DCDstruct * p) inst 3877 src/dps8/dps8_cpu.c p->opcode = GET_OP (inst); // get opcode inst 3878 src/dps8/dps8_cpu.c p->opcodeX = GET_OPX(inst); // opcode extension inst 3880 src/dps8/dps8_cpu.c p->address = GET_ADDR (inst); // address field from instruction inst 3881 src/dps8/dps8_cpu.c p->b29 = GET_A (inst); // "A" the indirect via pointer register flag inst 3882 src/dps8/dps8_cpu.c p->i = GET_I (inst); // "I" inhibit interrupt flag inst 3883 src/dps8/dps8_cpu.c p->tag = GET_TAG (inst); // instruction tag inst 2383 src/dps8/dps8_cpu.h void decode_instruction (cpu_state_t * cpup, word36 inst, DCDstruct * p); inst 24 src/dps8/dps8_mp.h word36 inst; inst 70 src/dps8/hdbg.c word36 inst; inst 196 src/dps8/hdbg.c hevents[p].trace.inst = IWB_IRODD; inst 366 src/dps8/hdbg.c (unsigned long long int)p->trace.inst, inst 367 src/dps8/hdbg.c disassemble (buf, p->trace.inst)); inst 376 src/dps8/hdbg.c (unsigned long long int)p->trace.inst, inst 377 src/dps8/hdbg.c disassemble (buf, p->trace.inst));