OPERAND_STORE 46 src/dps8/doAppendCycleOperandStore.h cpu.apu.lastCycle = OPERAND_STORE; OPERAND_STORE 1047 src/dps8/dps8_append.c case OPERAND_STORE: return "OPERAND_STORE"; OPERAND_STORE 1063 src/dps8/dps8_append.c case OPERAND_STORE: OPERAND_STORE 1214 src/dps8/dps8_append.c bool StrOp = (thisCycle == OPERAND_STORE || OPERAND_STORE 1894 src/dps8/dps8_append.c if (thisCycle == OPERAND_STORE && cpu.useZone) OPERAND_STORE 142 src/dps8/dps8_append.h # define doAppendCycleOperandStore(data, nWords) do_append_cycle (OPERAND_STORE, data, nWords) OPERAND_STORE 3440 src/dps8/dps8_cpu.c if (cyctyp == OPERAND_STORE) OPERAND_STORE 1316 src/dps8/dps8_iefp.c if (cyctyp == OPERAND_STORE && cpu.useZone) OPERAND_STORE 1329 src/dps8/dps8_iefp.c if (cyctyp == OPERAND_STORE && cpu.useZone) OPERAND_STORE 1457 src/dps8/dps8_iefp.c fauxDoAppendCycle (cpup, OPERAND_STORE); OPERAND_STORE 1472 src/dps8/dps8_iefp.c fauxDoAppendCycle (cpup, OPERAND_STORE); OPERAND_STORE 1620 src/dps8/dps8_iefp.c fauxDoAppendCycle (cpup, OPERAND_STORE); OPERAND_STORE 1633 src/dps8/dps8_iefp.c fauxDoAppendCycle (cpup, OPERAND_STORE); OPERAND_STORE 44 src/dps8/dps8_iefp.h # define WriteOperandStore(addr,data) Write (addr, data, OPERAND_STORE) OPERAND_STORE 45 src/dps8/dps8_iefp.h # define Write2OperandStore(addr,data) Write2 (addr, data, OPERAND_STORE) OPERAND_STORE 191 src/dps8/dps8_ins.c write_operand (cpup, cpu.TPR.CA, OPERAND_STORE);