cachedAddress     143 src/dps8/doAppendCycleInstructionFetch.h   word24 cachedAddress;
cachedAddress     148 src/dps8/doAppendCycleInstructionFetch.h   cacheHit = ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged);
cachedAddress     531 src/dps8/doAppendCycleInstructionFetch.h     if (cachedAddress != pageAddress) {
cachedAddress     532 src/dps8/doAppendCycleInstructionFetch.h      sim_printf ("cachedAddress %08o != pageAddress %08o\r\n", cachedAddress, pageAddress);
cachedAddress     132 src/dps8/doAppendCycleOperandRead.h   word24 cachedAddress;
cachedAddress     137 src/dps8/doAppendCycleOperandRead.h   cacheHit = ucCacheCheck (this, cpu.TPR.TSR, cpu.TPR.CA, & cachedBound, & cachedP, & cachedAddress, & cachedR1, & cachedPaged);
cachedAddress     139 src/dps8/doAppendCycleOperandRead.h   hdbgNote ("doAppendCycleOperandRead.h", "test cache check %s %d %u %05o:%06o %05o %o %08o %o %o", cacheHit ? "hit" : "miss", evcnt, this, cpu.TPR.TSR, cpu.TPR.CA, cachedBound, cachedP, cachedAddress, cachedR1, cachedPaged);
cachedAddress     640 src/dps8/doAppendCycleOperandRead.h     if (cachedAddress != pageAddress) {
cachedAddress     641 src/dps8/doAppendCycleOperandRead.h      sim_printf ("cachedAddress %08o != pageAddress %08o\r\n", cachedAddress, pageAddress);