1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-13 11:44:42 +00:00

BUGFIX: handle CPUERR.rsv correctly

- rtl/w11a
  - pdp11.vhd: vm_stat_type: add err_ser
  - pdp11_sequencer.vhd: BUGFIX: handle CPUERR.rsv correctly
  - pdp11_vmbox.vhd: use err_ser to indicate fatal stack error
- tools/tcode/cpu_details.mac: update A2.7-10
This commit is contained in:
wfjm
2023-01-11 17:31:21 +01:00
parent 9c49c9ad58
commit 3318f99276
9 changed files with 113 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ ones are listed here:
- [SimH: stack limit check and addressing modes](simh_diff_stklim_amode.md)
- [SimH: stack limit check and vector push aborts](simh_diff_stklim_vpush.md)
- [SimH: Red stack zone PSW protection](simh_diff_red_psw.md)
- [SimH: `CPUERR.rsv` has J11 behavior](simh_diff_cpuerr_rsv.md)
- [SimH: No unconditional instruction fetch after stack error abort](simh_diff_ser_forced_fetch.md)
- instruction abort handling
- [SimH: condition codes are not always unchanged after an abort](simh_diff_cc_and_aborts.md)