mirror of
https://github.com/sethm/symon.git
synced 2025-04-05 08:37:32 +00:00
README update
This commit is contained in:
parent
59c6d8e23b
commit
66646116cb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user