Skip to content

Commit

Permalink
added a version file
Browse files Browse the repository at this point in the history
  • Loading branch information
sy2002 committed Dec 28, 2015
1 parent 45c7b98 commit 0c504ea
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions VERSIONS.txt
@@ -0,0 +1,22 @@
Version 1.0 August, 30 2015
============================

Classic "Environment 1" (aka env1), inspired by the classic
QNICE/A evaluation board environment. Features:

* the original address layout: lower 32kB are ROM, upper 32kB are RAM
* 16bit words stored at each address word
* 256 registers
* memory mapped IO beginning at 0xFF00
* 4 TIL-311 displays at 0xFF10:
0xFF10 is the value to be displayed
0xFF11 lower 4 bit are a display bit mask
* Serial interface 8-N-1, 9600 baud, RTS/CTS beginning at FF20:
0xFF21 status register
0xFF22 read register
0xFF23 write register

The package contains a working monitor application (version 0.2) including
the mandelbrot demo application.

Furtheron, the assembler and the emulator are included.

0 comments on commit 0c504ea

Please sign in to comment.