1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-30 13:42:21 +00:00
Files
wfjm.w11/doc/simh_diff_mmu_no_maint.md
2023-01-04 08:46:30 +01:00

13 lines
431 B
Markdown

## Known differences between SimH, 11/70, and w11a
### SimH: MMU maintenance mode not implemented
The 11/70 has an MMU maintenance mode, actived with `MMR0` bit 8.
When activated, only destination mode references will be relocated.
The SimH does not implement this feature.
The xxdp program `ekbee1` uses this feature in test 046.
This test is modified when executed on w11
(see [patch](../tools/xxdp/ekbee1_patch_1170.scmd)).