inst             4168 src/dps8/dps8_cpu.c void decode_instruction (cpu_state_t * cpup, word36 inst, DCDstruct * p)
inst             4173 src/dps8/dps8_cpu.c     p->opcode   = GET_OP (inst);   // get opcode
inst             4174 src/dps8/dps8_cpu.c     p->opcodeX  = GET_OPX(inst);   // opcode extension
inst             4176 src/dps8/dps8_cpu.c     p->address  = GET_ADDR (inst); // address field from instruction
inst             4177 src/dps8/dps8_cpu.c     p->b29      = GET_A (inst);    // "A" the indirect via pointer register flag
inst             4178 src/dps8/dps8_cpu.c     p->i        = GET_I (inst);    // "I" inhibit interrupt flag
inst             4179 src/dps8/dps8_cpu.c     p->tag      = GET_TAG (inst);  // instruction tag
inst             2400 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               71 src/dps8/hdbg.c       word36 inst;
inst              201 src/dps8/hdbg.c   hevents[p].trace.inst     = IWB_IRODD;
inst              371 src/dps8/hdbg.c                    (unsigned long long int)p->trace.inst,
inst              372 src/dps8/hdbg.c                    disassemble (buf, p->trace.inst));
inst              381 src/dps8/hdbg.c                    (unsigned long long int)p->trace.inst,
inst              382 src/dps8/hdbg.c                    disassemble (buf, p->trace.inst));