1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-01 08:41:32 +00:00

README update

This commit is contained in:
Seth Morabito 2014-08-10 17:34:13 -07:00
parent 59c6d8e23b
commit 66646116cb

View File

@ -43,8 +43,9 @@ for more information about this functional test suite).
## 3.0 Features
Symon can simulate multiple 6502 based architectures. At present, two
machines are implemented: Symon (the default), and MULTICOMP.
Symon can simulate multiple 6502 based architectures. At present, three
machines are implemented: Symon (the default), MULTICOMP, and a "Simple"
machine useful for debugging.
### 3.1 Memory Maps
@ -65,6 +66,10 @@ memory.
- `$E000`--`$FFFF`: 8KB ROM
- `$FFD0`--`$FFD1`: Motorola 6850 ACIA
### 3.1.3 Simple Memory Map
- `$0000`--`$FFFF`: 64KB RAM
### 3.2 Serial Console and CPU Status
![Serial Console] (https://github.com/sethm/symon/raw/master/screenshots/console.png)