Skip to content

Commit 0c504ea

Browse files
committed
added a version file
1 parent 45c7b98 commit 0c504ea

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

VERSIONS.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)