-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |