thisCycle        1144 src/dps8/dps8_append.c word24 do_append_cycle (processor_cycle_type thisCycle, word36 * data,
thisCycle        1149 src/dps8/dps8_append.c             str_pct (thisCycle));
thisCycle        1167 src/dps8/dps8_append.c     bool StrOp = (thisCycle == OPERAND_STORE ||
thisCycle        1168 src/dps8/dps8_append.c                   thisCycle == APU_DATA_STORE);
thisCycle        1184 src/dps8/dps8_append.c     cpu.apu.lastCycle = thisCycle;
thisCycle        1223 src/dps8/dps8_append.c     if (thisCycle == RTCD_OPERAND_FETCH &&
thisCycle        1279 src/dps8/dps8_append.c             if (thisCycle != ABSA_CYCLE)
thisCycle        1326 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH &&
thisCycle        1338 src/dps8/dps8_append.c     if (thisCycle == OPERAND_READ && (i->info->flags & CALL6_INS))
thisCycle        1350 src/dps8/dps8_append.c 
thisCycle        1352 src/dps8/dps8_append.c 
thisCycle        1353 src/dps8/dps8_append.c 
thisCycle        1354 src/dps8/dps8_append.c 
thisCycle        1356 src/dps8/dps8_append.c 
thisCycle        1359 src/dps8/dps8_append.c 
thisCycle        1363 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH ||
thisCycle        1364 src/dps8/dps8_append.c         (thisCycle == OPERAND_READ && (i->info->flags & TRANSFER_INS)))
thisCycle        1375 src/dps8/dps8_append.c     if (!StrOp || thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) // -V560
thisCycle        1422 src/dps8/dps8_append.c     if (StrOp || thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW)
thisCycle        1736 src/dps8/dps8_append.c             if (thisCycle != ABSA_CYCLE)
thisCycle        1782 src/dps8/dps8_append.c     if (thisCycle == RTCD_OPERAND_FETCH &&
thisCycle        1809 src/dps8/dps8_append.c         thisCycle == OPERAND_RMW ||
thisCycle        1810 src/dps8/dps8_append.c         thisCycle == APU_DATA_RMW) && cpu.PTW->M == 0)  // is this the right way to do this?
thisCycle        1843 src/dps8/dps8_append.c     if (thisCycle != ABSA_CYCLE)
thisCycle        1849 src/dps8/dps8_append.c     if (thisCycle == OPERAND_STORE && cpu.useZone)
thisCycle        1851 src/dps8/dps8_append.c         core_write_zone (finalAddress, * data, str_pct (thisCycle));
thisCycle        1855 src/dps8/dps8_append.c         core_writeN (finalAddress, data, nWords, str_pct (thisCycle));
thisCycle        1860 src/dps8/dps8_append.c         if ((thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW) && nWords == 1)
thisCycle        1862 src/dps8/dps8_append.c             core_read_lock (finalAddress, data, str_pct (thisCycle));
thisCycle        1866 src/dps8/dps8_append.c             if (thisCycle == OPERAND_RMW || thisCycle == APU_DATA_RMW)
thisCycle        1868 src/dps8/dps8_append.c             core_readN (finalAddress, data, nWords, str_pct (thisCycle));
thisCycle        1871 src/dps8/dps8_append.c         if (thisCycle != ABSA_CYCLE)
thisCycle        1872 src/dps8/dps8_append.c           core_readN (finalAddress, data, nWords, str_pct (thisCycle));
thisCycle        1878 src/dps8/dps8_append.c     if (thisCycle == INDIRECT_WORD_FETCH)
thisCycle        1882 src/dps8/dps8_append.c     if (thisCycle == RTCD_OPERAND_FETCH)
thisCycle        1886 src/dps8/dps8_append.c     if (thisCycle == OPERAND_READ && (i->info->flags & CALL6_INS))
thisCycle        1890 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH ||
thisCycle        1891 src/dps8/dps8_append.c         (thisCycle == OPERAND_READ && (i->info->flags & TRANSFER_INS)))
thisCycle        2002 src/dps8/dps8_append.c     if (thisCycle == OPERAND_READ && (i->info->flags & TSPN_INS))
thisCycle        2028 src/dps8/dps8_append.c     if (thisCycle == INSTRUCTION_FETCH &&
thisCycle         128 src/dps8/dps8_append.h word24 do_append_cycle (processor_cycle_type thisCycle,
thisCycle         140 src/dps8/dps8_append.h static inline void fauxDoAppendCycle (processor_cycle_type thisCycle)
thisCycle         142 src/dps8/dps8_append.h     cpu.apu.lastCycle = thisCycle;