1
0
mirror of https://github.com/wfjm/w11.git synced 2026-02-25 00:37:48 +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

@@ -10,6 +10,9 @@ The codes can be executed
- with SimH, usually via a `load <lda-file>`, `dep pc 200`, `cont`
- with `e11`, usually via a `mount pr: <lda-file>`, `boot pr:`
The codes use the `SYSID` register to detect the execution environment,
see [usage of `SYSID` register](../../doc/w11a_diff_70_sysid_usage.md).
A [Makefile](Makefile) is provided with the targets
```
make alllda all .lda + .lst files
@@ -25,3 +28,6 @@ A [Makefile](Makefile) is provided with the targets
make <tcode>.te11 run on e11 simulator
make <tcode>.tw11 run on w11 GHDL simulation (for C7)
```
The `Makefile` starts the codes with `SYSID` settings constent with the
execution environment.