rRALR 1518 src/dps8/dps8_append.c if (cpu.rRALR == 0) rRALR 1522 src/dps8/dps8_append.c if (! (cpu.PPR.PRR < cpu.rRALR)) rRALR 1526 src/dps8/dps8_append.c cpu.PPR.PRR, cpu.rRALR); rRALR 1732 src/dps8/dps8_cpu.h word3 rRALR; // ring alarm [3b] [map: 33 0's, RALR] rRALR 3675 src/dps8/dps8_ins.c cpu.Yblock8[7] = (((-- cpu.shadowTR) & MASK27) << 9) | (cpu.rRALR & 07); rRALR 3677 src/dps8/dps8_ins.c cpu.Yblock8[7] = ((cpu.rTR & MASK27) << 9) | (cpu.rRALR & 07); rRALR 6967 src/dps8/dps8_ins.c cpu.CY = (word36)cpu.rRALR; rRALR 7258 src/dps8/dps8_ins.c cpu.rRALR = cpu.CY & MASK3; rRALR 7259 src/dps8/dps8_ins.c sim_debug (DBG_TRACEEXT, & cpu_dev, "RALR set to %o\n", cpu.rRALR); rRALR 7264 src/dps8/dps8_ins.c sim_printf (" RALR set to %o PSR:IC %05o:%06o\r\n", cpu.rRALR, cpu.PPR.PSR, cpu.PPR.IC); rRALR 4102 src/dps8/dps8_sys.c { "cpus[].rRALR", SYM_STRUCT_OFFSET, SYM_UINT8_3, offsetof (cpu_state_t, rRALR) },