PTW               256 src/dps8/doAppendCycleABSA.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               303 src/dps8/doAppendCycleAPUDataRMW.h   if (cpu.PTW->M == 0) // is this the right way to do this?
PTW               314 src/dps8/doAppendCycleAPUDataRMW.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               272 src/dps8/doAppendCycleAPUDataRead.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               263 src/dps8/doAppendCycleAPUDataStore.h   if (cpu.PTW->M == 0)  // is this the right way to do this?
PTW               274 src/dps8/doAppendCycleAPUDataStore.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               380 src/dps8/doAppendCycleIndirectWordFetch.h   pageAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6);
PTW               383 src/dps8/doAppendCycleIndirectWordFetch.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               513 src/dps8/doAppendCycleInstructionFetch.h   pageAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6);
PTW               516 src/dps8/doAppendCycleInstructionFetch.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               301 src/dps8/doAppendCycleOperandRMW.h   if (cpu.PTW->M == 0)  // is this the right way to do this?
PTW               312 src/dps8/doAppendCycleOperandRMW.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               626 src/dps8/doAppendCycleOperandRead.h   pageAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6);
PTW               629 src/dps8/doAppendCycleOperandRead.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               261 src/dps8/doAppendCycleOperandStore.h   if (cpu.PTW->M == 0)  // is this the right way to do this?
PTW               272 src/dps8/doAppendCycleOperandStore.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               309 src/dps8/doAppendCycleRTCDOperandFetch.h   finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW                69 src/dps8/dps8_append.c 
PTW                95 src/dps8/dps8_append.c 
PTW               698 src/dps8/dps8_append.c               cpu.PTW = & cpu.PTWAM[_n];
PTW               708 src/dps8/dps8_append.c                   if (cpu.PTWAM[_h].USE > cpu.PTW->USE)
PTW               711 src/dps8/dps8_append.c               cpu.PTW->USE = N_L68_WAM_ENTRIES - 1;
PTW               716 src/dps8/dps8_append.c                       __func__, cpu.PTW->ADDR, cpu.PTW->U, cpu.PTW->M,
PTW               717 src/dps8/dps8_append.c                       cpu.PTW->DF, cpu.PTW->FC);
PTW               718 src/dps8/dps8_append.c               return cpu.PTW;
PTW               738 src/dps8/dps8_append.c               cpu.PTW = p; // export pointer for appending
PTW               749 src/dps8/dps8_append.c                       __func__, cpu.PTW->ADDR, cpu.PTW->U, cpu.PTW->M,
PTW               750 src/dps8/dps8_append.c                       cpu.PTW->DF, cpu.PTW->FC);
PTW               751 src/dps8/dps8_append.c               return cpu.PTW;
PTW               829 src/dps8/dps8_append.c     cpu.PTW = & cpu.PTW0;
PTW               862 src/dps8/dps8_append.c               cpu.PTW = p;
PTW               865 src/dps8/dps8_append.c                       cpu.PTW->ADDR, cpu.PTW->U, cpu.PTW->M, cpu.PTW->DF,
PTW               866 src/dps8/dps8_append.c                       cpu.PTW->FC, cpu.PTW->POINTER, cpu.PTW->PAGENO,
PTW               867 src/dps8/dps8_append.c                       cpu.PTW->USE);
PTW               903 src/dps8/dps8_append.c       cpu.PTW = p; // export pointer for appending
PTW               914 src/dps8/dps8_append.c               cpu.PTW->ADDR, cpu.PTW->U, cpu.PTW->M, cpu.PTW->DF,
PTW               915 src/dps8/dps8_append.c               cpu.PTW->FC, cpu.PTW->POINTER, cpu.PTW->PAGENO, cpu.PTW->USE);
PTW               951 src/dps8/dps8_append.c     cpu.PTW->M = 1;
PTW               987 src/dps8/dps8_append.c     if ((PTW2.ADDR & 0777760) == (cpu.PTW->ADDR & 0777760) + 16)
PTW              1854 src/dps8/dps8_append.c         thisCycle == APU_DATA_RMW) && cpu.PTW->M == 0)  // is this the right way to do this?
PTW              1856 src/dps8/dps8_append.c     if (StrOp && cpu.PTW->M == 0)  // is this the right way to do this?
PTW              1870 src/dps8/dps8_append.c     finalAddress = (((word24)cpu.PTW->ADDR & 0777760) << 6) + y2;
PTW               892 src/dps8/dps8_cpu.h 
PTW              1558 src/dps8/dps8_cpu.h     ptw_s * PTW;
PTW               373 src/dps8/dps8_ins.c