PAGENO 693 src/dps8/dps8_append.c if (cpu.PTWAM[_n].FE && ((CA >> 6) & 07760) == cpu.PTWAM[_n].PAGENO && PAGENO 698 src/dps8/dps8_append.c __func__, segno, cpu.PTWAM[_n].PAGENO, _n); PAGENO 734 src/dps8/dps8_append.c if (p->FE && ((CA >> 6) & 07760) == p->PAGENO && p->POINTER == segno) PAGENO 738 src/dps8/dps8_append.c __func__, segno, p->PAGENO, toffset + setno); PAGENO 827 src/dps8/dps8_append.c cpu.PTW0.PAGENO = (offset >> 6) & 07760; PAGENO 853 src/dps8/dps8_append.c p->PAGENO = (offset >> 6) & 07760; PAGENO 869 src/dps8/dps8_append.c cpu.PTW->FC, cpu.PTW->POINTER, cpu.PTW->PAGENO, PAGENO 903 src/dps8/dps8_append.c p->PAGENO = (offset >> 6) & 07760; PAGENO 918 src/dps8/dps8_append.c cpu.PTW->FC, cpu.PTW->POINTER, cpu.PTW->PAGENO, cpu.PTW->USE); PAGENO 356 src/dps8/dps8_cpu.h word12 PAGENO; // The 12 high-order bits of the 18-bit computed PAGENO 7235 src/dps8/dps8_ins.c cpu.PTWAM[m].PAGENO = getbits36_12 (cpu.Yblock16[i], 15); PAGENO 7472 src/dps8/dps8_ins.c putbits36_12 (& cpu.Yblock16[j], 15, cpu.PTWAM[toffset + j].PAGENO & 07760); PAGENO 7478 src/dps8/dps8_ins.c parity = ((uint) cpu.PTWAM[toffset + j].POINTER << 4) | (cpu.PTWAM[toffset + j].PAGENO >> 8); PAGENO 7486 src/dps8/dps8_ins.c L68_ (putbits36_12 (& cpu.Yblock16[j], 15, cpu.PTWAM[toffset + j].PAGENO); )