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 1161 src/dps8/dps8_append.c if (i->b29) b29 1225 src/dps8/dps8_append.c ! (cpu.cu.XSF || cpu.currentInstruction.b29) /*get_went_appending()*/) b29 1784 src/dps8/dps8_append.c ! (cpu.cu.XSF || cpu.currentInstruction.b29) /*get_went_appending ()*/) b29 3267 src/dps8/dps8_cpu.c Read8 (addr, cpu.Yblock8, cpu.currentInstruction.b29); b29 3306 src/dps8/dps8_cpu.c Write8 (addr, cpu.Yblock8, cpu.currentInstruction.b29); b29 3759 src/dps8/dps8_cpu.c p->b29 = GET_A (inst); // "A" the indirect via pointer register flag b29 3766 src/dps8/dps8_cpu.c p->b29 = 0; // make certain 'a' bit is valid always b29 3770 src/dps8/dps8_cpu.c p->b29 = 0; b29 685 src/dps8/dps8_cpu.h word1 b29; // bit-29 - address via pointer register. Usually. b29 59 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 || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29) || b29 391 src/dps8/dps8_iefp.c Read8 (address, result, cpu.currentInstruction.b29); b29 392 src/dps8/dps8_iefp.c Read8 (address + 8, result + 8, cpu.currentInstruction.b29); b29 520 src/dps8/dps8_iefp.c if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29)) b29 616 src/dps8/dps8_iefp.c if (cpu.cu.XSF /*get_went_appending ()*/ || (cyctyp != INSTRUCTION_FETCH && cpu.currentInstruction.b29)) b29 889 src/dps8/dps8_iefp.c Write8 (address, data, cpu.currentInstruction.b29); b29 890 src/dps8/dps8_iefp.c Write8 (address + 8, data + 8, cpu.currentInstruction.b29); b29 899 src/dps8/dps8_iefp.c Write8 (address, data, cpu.currentInstruction.b29); b29 900 src/dps8/dps8_iefp.c Write8 (address + 8, data + 8, cpu.currentInstruction.b29); b29 901 src/dps8/dps8_iefp.c Write8 (address + 16, data + 16, cpu.currentInstruction.b29); b29 902 src/dps8/dps8_iefp.c Write8 (address + 24, data + 24, cpu.currentInstruction.b29); b29 175 src/dps8/dps8_ins.c "%s a %d address %08o\n", __func__, i->b29, cpu.TPR.CA); b29 258 src/dps8/dps8_ins.c cpu.cu.XSF || cpu.currentInstruction.b29 /*get_went_appending ()*/)) b29 1203 src/dps8/dps8_ins.c cpu.currentInstruction.b29, b29 1220 src/dps8/dps8_ins.c cpu.currentInstruction.b29, b29 1243 src/dps8/dps8_ins.c cpu.currentInstruction.b29, cpu.currentInstruction.i, b29 1261 src/dps8/dps8_ins.c cpu.currentInstruction.b29, b29 1383 src/dps8/dps8_ins.c const bool b29 = ci->b29; // bit-29 - addressing via pointer b29 1387 src/dps8/dps8_ins.c addToTheMatrix (opcode, opcodeX, b29, tag); b29 1396 src/dps8/dps8_ins.c if (ci->b29) b29 1846 src/dps8/dps8_ins.c if (ci->b29) { // if A bit set set-up TPR stuff ... b29 9383 src/dps8/dps8_ins.c if (get_addr_mode () == ABSOLUTE_mode && ! (cpu.cu.XSF || cpu.currentInstruction.b29)) // ISOLTS-860