1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-13 19:54:59 +00:00

docu updates [skip ci]

This commit is contained in:
wfjm
2022-12-21 12:58:05 +01:00
parent 78e033cda7
commit 0875d4e8fa
24 changed files with 133 additions and 85 deletions

View File

@@ -18,7 +18,11 @@ aborted. The `MMR2` contains the vector address in the latter case.
SimH does not support the `MMR0` `instruction completed` flag and the
associated `MMR2` behavior.
xxdp `ekbee1` test 67 verifies this behavior and is skipped.
xxdp program `ekbee1` test 067 verifies this behavior and is skipped
(see [patch](../tools/xxdp/ekbee1_patch_1170.scmd)).
w11 supports `instruction completed` with some minor implementation differences,
see [w11 known difference](w11a_diff_70_instruction_complete.md).
This is verified in a [tcode](../tools/tcode/README.md), the tests are skipped
when executed on SimH
(see [cpu_mmu.mac](../tools/tcode/cpu_mmu.mac) test C2.6 and D2.1).