1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-26 04:08:17 +00:00
Files
wfjm.w11/tools/dasm-11/lib/defs_reg70.das
wfjm 2421554d4e renames, cleanups, SimH V3.12-3 ready
- rtl/w11a
  - pdp11.vhd: rename cpuerr_type adderr->oddadr etc
  - pdp11_mmu.vhd: rename mmu_mmr0_type dspace->page_dspace
  - pdp11_sequencer.vhd: rename adderr -> oddadr, don't set after err_mmu
- tools/asm-11/lib/defs_reg70.mac: rename cp.aer -> cp.odd
- tools/dasm-11/lib/defs_reg70.das: rename cp.aer -> cp.odd
- tools/tcl/rw11/defs.tcl: rename adderr -> oddadr (in cpuerr)
- tools/tcode
  - cpu_details.mac: minor updates; get SimH V3.12-3 ready
  - cpu_mmu.mac:  minor updates; get SimH V3.12-3 ready
2022-12-01 09:04:57 +01:00

28 lines
559 B
Plaintext

# $Id: defs_reg70.das 1323 2022-12-01 08:00:41Z mueller $
#
# definitions for 11/70 cpu registers
#
.symbol cp.stk=177774
.symbol cp.pir=177772
.symbol cp.mbr=177770
.symbol cp.err=177766 use=%cp.err
.symbol cp.sid=177764
.symbol cp.his=177762
.symbol cp.los=177760
#
.symbol ms.hm=177752
.symbol ms.mai=177750
.symbol ms.ctl=177746
.symbol ms.err=177744
.symbol ms.ehi=177742
.symbol ms.elo=177740
#
.symbol cp.ubm=170200
#
.symset %cp.err = cp.hlt=000200,\
cp.odd=000100,\
cp.nxm=000040,\
cp.ito=000020,\
cp.ysv=000010,\
cp.rsv=000004