1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-15 17:29:47 +00:00

pdp11_sequencer: BUGFIX: correct mmu trap vs interrupt priority

- rtl/w11a/pdp11_sequencer: BUGFIX: correct mmu trap vs interrupt priority
- tools/asm-11/lib/halt_checks.mac: add htstge
- tools/tcode
  - cpu_details.mac: add test A1.2
  - cpu_mmu.mac: add test E2.1
This commit is contained in:
wfjm
2022-11-29 08:41:18 +01:00
parent 85f1854c60
commit f6ff0fa701
5 changed files with 119 additions and 17 deletions

View File

@@ -46,6 +46,7 @@ The full set of tests is only run for tagged releases.
- BUGFIX: use is_kstackdst1246 also in dstr flow
- BUGFIX: correct ysv flow implementation
- BUGFIX: correct mmu trap handing in s_idecode
- BUGFIX: correct mmu trap vs interrupt priority
- pdp11_vmbox: BUGFIX: correct red/yellow zone boundary
<!-- --------------------------------------------------------------------- -->