b29                32 src/dps8/doAppendCycleABSA.h   if (i->b29) {
b29                30 src/dps8/doAppendCycleAPUDataRMW.h   if (i->b29) {
b29                30 src/dps8/doAppendCycleAPUDataRead.h   if (i->b29) {
b29                30 src/dps8/doAppendCycleAPUDataStore.h   if (i->b29) {
b29                66 src/dps8/doAppendCycleIndirectWordFetch.h   if (i->b29) {
b29                77 src/dps8/doAppendCycleInstructionFetch.h   if (i->b29) {
b29                30 src/dps8/doAppendCycleOperandRMW.h   if (i->b29) {
b29                72 src/dps8/doAppendCycleOperandRead.h   if (i->b29) {
b29                30 src/dps8/doAppendCycleOperandStore.h   if (i->b29) {
b29                30 src/dps8/doAppendCycleRTCDOperandFetch.h   if (i->b29) {
b29                87 src/dps8/doAppendCycleRTCDOperandFetch.h   if (get_addr_mode() == ABSOLUTE_mode && ! (cpu.cu.XSF || cpu.currentInstruction.b29)) {
b29               285 src/dps8/doAppendCycleRTCDOperandFetch.h   if (get_addr_mode () == ABSOLUTE_mode && ! (cpu.cu.XSF || cpu.currentInstruction.b29)) {
b29               362 src/dps8/dps8_addrmods.c     if (cpu.currentInstruction.b29 == 0)
b29               487 src/dps8/dps8_addrmods.c             if (cpu.currentInstruction.b29)
b29               534 src/dps8/dps8_addrmods.c                 if (cpu.currentInstruction.b29)
b29              1213 src/dps8/dps8_append.c     if (i->b29)
b29              1277 src/dps8/dps8_append.c         ! (cpu.cu.XSF || cpu.currentInstruction.b29) /*get_went_appending()*/)
b29              1833 src/dps8/dps8_append.c         ! (cpu.cu.XSF || cpu.currentInstruction.b29) /*get_went_appending ()*/)
b29              3400 src/dps8/dps8_cpu.c       Read8 (addr, cpu.Yblock8, cpu.currentInstruction.b29);
b29              3431 src/dps8/dps8_cpu.c       Read8 (addr, cpu.Yblock8, cpu.currentInstruction.b29);
b29              3465 src/dps8/dps8_cpu.c             Write8 (addr, cpu.Yblock8, cpu.currentInstruction.b29);
b29              3918 src/dps8/dps8_cpu.c     p->b29      = GET_A (inst);    // "A" the indirect via pointer register flag
b29              3925 src/dps8/dps8_cpu.c         p->b29 = 0;   // make certain 'a' bit is valid always
b29              3929 src/dps8/dps8_cpu.c         p->b29 = 0;
b29               684 src/dps8/dps8_cpu.h     word1  b29;             // bit-29 - address via pointer register. Usually.
b29                60 src/dps8/dps8_iefp.c     if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
b29               162 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               224 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               288 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               350 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               476 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               541 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29) || cyctyp == RTCD_OPERAND_FETCH) // ISOLTS-886
b29               627 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               709 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               899 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1086 src/dps8/dps8_iefp.c     Read8 (address, result, cpu.currentInstruction.b29);
b29              1087 src/dps8/dps8_iefp.c     Read8 (address + 8, result + 8, cpu.currentInstruction.b29);
b29              1214 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
b29              1282 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1342 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1410 src/dps8/dps8_iefp.c     if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
b29              1497 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1748 src/dps8/dps8_iefp.c     Write8 (address, data, cpu.currentInstruction.b29);
b29              1749 src/dps8/dps8_iefp.c     Write8 (address + 8, data + 8, cpu.currentInstruction.b29);
b29              1757 src/dps8/dps8_iefp.c     Write8 (address, data, cpu.currentInstruction.b29);
b29              1758 src/dps8/dps8_iefp.c     Write8 (address + 8, data + 8, cpu.currentInstruction.b29);
b29              1759 src/dps8/dps8_iefp.c     Write8 (address + 16, data + 16, cpu.currentInstruction.b29);
b29              1760 src/dps8/dps8_iefp.c     Write8 (address + 24, data + 24, cpu.currentInstruction.b29);
b29               176 src/dps8/dps8_ins.c               "%s a %d address %08o\n", __func__, i->b29, cpu.TPR.CA);
b29               262 src/dps8/dps8_ins.c            cpu.cu.XSF || cpu.currentInstruction.b29 /*get_went_appending ()*/))
b29              1213 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29,
b29              1230 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29,
b29              1253 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29, cpu.currentInstruction.i,
b29              1271 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29,
b29              1393 src/dps8/dps8_ins.c     const bool   b29 = ci->b29;          // bit-29 - addressing via pointer
b29              1397 src/dps8/dps8_ins.c     addToTheMatrix (opcode, opcodeX, b29, tag);
b29              1406 src/dps8/dps8_ins.c   if (ci->b29)
b29              1866 src/dps8/dps8_ins.c     if (ci->b29) {   // if A bit set set-up TPR stuff ...
b29              9405 src/dps8/dps8_ins.c     if (get_addr_mode () == ABSOLUTE_mode && ! (cpu.cu.XSF || cpu.currentInstruction.b29)) // ISOLTS-860