b29                29 src/dps8/doAppendCycleABSA.h   if (i->b29) {
b29                27 src/dps8/doAppendCycleAPUDataRMW.h   if (i->b29) {
b29                27 src/dps8/doAppendCycleAPUDataRead.h   if (i->b29) {
b29                27 src/dps8/doAppendCycleAPUDataStore.h   if (i->b29) {
b29                63 src/dps8/doAppendCycleIndirectWordFetch.h   if (i->b29) {
b29                74 src/dps8/doAppendCycleInstructionFetch.h   if (i->b29) {
b29                27 src/dps8/doAppendCycleOperandRMW.h   if (i->b29) {
b29                69 src/dps8/doAppendCycleOperandRead.h   if (i->b29) {
b29                27 src/dps8/doAppendCycleOperandStore.h   if (i->b29) {
b29                27 src/dps8/doAppendCycleRTCDOperandFetch.h   if (i->b29) {
b29                84 src/dps8/doAppendCycleRTCDOperandFetch.h   if (get_addr_mode(cpup) == ABSOLUTE_mode && ! (cpu.cu.XSF || cpu.currentInstruction.b29)) {
b29               283 src/dps8/doAppendCycleRTCDOperandFetch.h   if (get_addr_mode (cpup) == ABSOLUTE_mode && ! (cpu.cu.XSF || cpu.currentInstruction.b29)) {
b29               359 src/dps8/dps8_addrmods.c     if (cpu.currentInstruction.b29 == 0)
b29               484 src/dps8/dps8_addrmods.c             if (cpu.currentInstruction.b29)
b29               531 src/dps8/dps8_addrmods.c                 if (cpu.currentInstruction.b29)
b29              1208 src/dps8/dps8_append.c     if (i->b29)
b29              1272 src/dps8/dps8_append.c         ! (cpu.cu.XSF || cpu.currentInstruction.b29) /*get_went_appending()*/)
b29              1828 src/dps8/dps8_append.c         ! (cpu.cu.XSF || cpu.currentInstruction.b29) /*get_went_appending ()*/)
b29              3360 src/dps8/dps8_cpu.c       Read8 (cpup, addr, cpu.Yblock8, cpu.currentInstruction.b29);
b29              3391 src/dps8/dps8_cpu.c       Read8 (cpup, addr, cpu.Yblock8, cpu.currentInstruction.b29);
b29              3425 src/dps8/dps8_cpu.c             Write8 (cpup, addr, cpu.Yblock8, cpu.currentInstruction.b29);
b29              3879 src/dps8/dps8_cpu.c     p->b29      = GET_A (inst);    // "A" the indirect via pointer register flag
b29              3886 src/dps8/dps8_cpu.c         p->b29 = 0;   // make certain 'a' bit is valid always
b29              3890 src/dps8/dps8_cpu.c         p->b29 = 0;
b29               675 src/dps8/dps8_cpu.h     word1  b29;             // bit-29 - address via pointer register. Usually.
b29                57 src/dps8/dps8_iefp.c     if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
b29               159 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               229 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               301 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               371 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               513 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               586 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29) || cyctyp == RTCD_OPERAND_FETCH) // ISOLTS-886
b29               682 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               774 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29               984 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1179 src/dps8/dps8_iefp.c     Read8 (cpup, address, result, cpu.currentInstruction.b29);
b29              1180 src/dps8/dps8_iefp.c     Read8 (cpup, address + 8, result + 8, cpu.currentInstruction.b29);
b29              1307 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
b29              1381 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1449 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1525 src/dps8/dps8_iefp.c     if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29))
b29              1612 src/dps8/dps8_iefp.c   if (cpu.cu.XSF || cpu.currentInstruction.b29)
b29              1871 src/dps8/dps8_iefp.c     Write8 (cpup, address, data, cpu.currentInstruction.b29);
b29              1872 src/dps8/dps8_iefp.c     Write8 (cpup, address + 8, data + 8, cpu.currentInstruction.b29);
b29              1880 src/dps8/dps8_iefp.c     Write8 (cpup, address, data, cpu.currentInstruction.b29);
b29              1881 src/dps8/dps8_iefp.c     Write8 (cpup, address + 8, data + 8, cpu.currentInstruction.b29);
b29              1882 src/dps8/dps8_iefp.c     Write8 (cpup, address + 16, data + 16, cpu.currentInstruction.b29);
b29              1883 src/dps8/dps8_iefp.c     Write8 (cpup, address + 24, data + 24, cpu.currentInstruction.b29);
b29               207 src/dps8/dps8_ins.c               "%s a %d address %08o\n", __func__, i->b29, cpu.TPR.CA);
b29               293 src/dps8/dps8_ins.c            cpu.cu.XSF || cpu.currentInstruction.b29 /*get_went_appending ()*/))
b29              1270 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29,
b29              1287 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29,
b29              1310 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29, cpu.currentInstruction.i,
b29              1328 src/dps8/dps8_ins.c                   cpu.currentInstruction.b29,
b29              1450 src/dps8/dps8_ins.c     const bool   b29 = ci->b29;          // bit-29 - addressing via pointer
b29              1454 src/dps8/dps8_ins.c     addToTheMatrix (opcode, opcodeX, b29, tag);
b29              1463 src/dps8/dps8_ins.c   if (ci->b29)
b29              1942 src/dps8/dps8_ins.c     if (ci->b29) {   // if A bit set set-up TPR stuff ...
b29              9740 src/dps8/dps8_ins.c     if (get_addr_mode (cpup) == ABSOLUTE_mode && ! (cpu.cu.XSF || cpu.currentInstruction.b29)) // ISOLTS-860