BASE             4060 src/dps8/dps8_cpu.c     word18 barAddr = (addr + (((word18) cpu . BAR.BASE) << 9)) & 0777777;
BASE              182 src/dps8/dps8_cpu.h     word9 BASE;     // Contains the 9 high-order bits of an 18-bit address
BASE             1232 src/dps8/dps8_ins.c                                cpu.BAR.BASE, cpu.PPR.IC, where);
BASE             1245 src/dps8/dps8_ins.c                                cpu.BAR.BASE, cpu.PPR.IC, where);
BASE             1263 src/dps8/dps8_ins.c                   cpu.BAR.BASE,
BASE             1302 src/dps8/dps8_ins.c                   cpu.BAR.BASE,
BASE             7331 src/dps8/dps8_ins.c           cpu.CY      = ((((word36) cpu.BAR.BASE) << 9) | cpu.BAR.BOUND) << 18;
BASE             7415 src/dps8/dps8_ins.c           cpu.BAR.BASE  = (GETHI (cpu.CY) >> 9) & 0777;
BASE             4086 src/dps8/dps8_sys.c     { "cpus[].BAR.BASE",        SYM_STRUCT_OFFSET, SYM_UINT16_9,  offsetof (struct bar_s,          BASE)        },