OPERAND_STORE      49 src/dps8/doAppendCycleOperandStore.h   cpu.apu.lastCycle = OPERAND_STORE;
OPERAND_STORE    1052 src/dps8/dps8_append.c         case OPERAND_STORE:       return "OPERAND_STORE";
OPERAND_STORE    1068 src/dps8/dps8_append.c     case OPERAND_STORE:
OPERAND_STORE    1219 src/dps8/dps8_append.c     bool StrOp = (thisCycle == OPERAND_STORE ||
OPERAND_STORE    1899 src/dps8/dps8_append.c     if (thisCycle == OPERAND_STORE && cpu.useZone)
OPERAND_STORE     145 src/dps8/dps8_append.h # define doAppendCycleOperandStore(data, nWords) do_append_cycle (OPERAND_STORE, data, nWords)
OPERAND_STORE    3482 src/dps8/dps8_cpu.c     if (cyctyp == OPERAND_STORE)
OPERAND_STORE    1223 src/dps8/dps8_iefp.c         if (cyctyp == OPERAND_STORE && cpu.useZone)
OPERAND_STORE    1236 src/dps8/dps8_iefp.c         if (cyctyp == OPERAND_STORE && cpu.useZone)
OPERAND_STORE    1350 src/dps8/dps8_iefp.c         fauxDoAppendCycle (OPERAND_STORE);
OPERAND_STORE    1363 src/dps8/dps8_iefp.c         fauxDoAppendCycle (OPERAND_STORE);
OPERAND_STORE    1505 src/dps8/dps8_iefp.c         fauxDoAppendCycle (OPERAND_STORE);
OPERAND_STORE    1516 src/dps8/dps8_iefp.c         fauxDoAppendCycle (OPERAND_STORE);
OPERAND_STORE      47 src/dps8/dps8_iefp.h # define WriteOperandStore(addr,data) Write (addr, data, OPERAND_STORE)
OPERAND_STORE      48 src/dps8/dps8_iefp.h # define Write2OperandStore(addr,data) Write2 (addr, data, OPERAND_STORE)
OPERAND_STORE     160 src/dps8/dps8_ins.c     write_operand (cpu.TPR.CA, OPERAND_STORE);