1
0
mirror of https://github.com/wfjm/w11.git synced 2026-04-26 20:27:50 +00:00

new tools/mcode area

- for test and demonstration, starting with
  - dl11/dl11echo.mac: console interface echo tester
  - sys/blink.mac: 'blinking lights' demo (rsx,bsd and other modes)
- retire tools/asm-11/w11 area
This commit is contained in:
wfjm
2019-04-23 18:43:43 +02:00
parent afcf56463a
commit 08b6ddcaf7
12 changed files with 513 additions and 136 deletions

6
tools/mcode/README.md Normal file
View File

@@ -0,0 +1,6 @@
This directory tree contains **miscellaneous codes** and is organized in
| Directory | Content |
| --------- | ------- |
| [dl11](dl11) | for DL11 |
| [sys](sys) | for whole system |