inst 3909 src/dps8/dps8_cpu.c void decode_instruction (word36 inst, DCDstruct * p) inst 3914 src/dps8/dps8_cpu.c p->opcode = GET_OP (inst); // get opcode inst 3915 src/dps8/dps8_cpu.c p->opcodeX = GET_OPX(inst); // opcode extension inst 3917 src/dps8/dps8_cpu.c p->address = GET_ADDR (inst); // address field from instruction inst 3918 src/dps8/dps8_cpu.c p->b29 = GET_A (inst); // "A" the indirect via pointer register flag inst 3919 src/dps8/dps8_cpu.c p->i = GET_I (inst); // "I" inhibit interrupt flag inst 3920 src/dps8/dps8_cpu.c p->tag = GET_TAG (inst); // instruction tag inst 2368 src/dps8/dps8_cpu.h void decode_instruction (word36 inst, DCDstruct * p); inst 27 src/dps8/dps8_mp.h word36 inst; inst 67 src/dps8/hdbg.c word36 inst; inst 192 src/dps8/hdbg.c hevents[p].trace.inst = IWB_IRODD; inst 349 src/dps8/hdbg.c (unsigned long long int)p->trace.inst, inst 350 src/dps8/hdbg.c disassemble (buf, p->trace.inst)); inst 359 src/dps8/hdbg.c (unsigned long long int)p->trace.inst, inst 360 src/dps8/hdbg.c disassemble (buf, p->trace.inst));