File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ Version 1.0 August, 30 2015
2+ ============================
3+
4+ Classic "Environment 1" (aka env1), inspired by the classic
5+ QNICE/A evaluation board environment. Features:
6+
7+ * the original address layout: lower 32kB are ROM, upper 32kB are RAM
8+ * 16bit words stored at each address word
9+ * 256 registers
10+ * memory mapped IO beginning at 0xFF00
11+ * 4 TIL-311 displays at 0xFF10:
12+ 0xFF10 is the value to be displayed
13+ 0xFF11 lower 4 bit are a display bit mask
14+ * Serial interface 8-N-1, 9600 baud, RTS/CTS beginning at FF20:
15+ 0xFF21 status register
16+ 0xFF22 read register
17+ 0xFF23 write register
18+
19+ The package contains a working monitor application (version 0.2) including
20+ the mandelbrot demo application.
21+
22+ Furtheron, the assembler and the emulator are included.
You can’t perform that action at this time.
0 commit comments