more notes + datasheets

This commit is contained in:
2025-10-26 00:59:27 +02:00
parent d02300ef8e
commit b65ced1368
8 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
- bank switching using 8-Bit register
- top 32K remain untouched
# [CPU](./cpu.md)
| start | end | use |
| :----- | :----- | :---------------------- |
| 0x0000 | 0x5FFE | RAM |
@@ -9,7 +10,7 @@
| 0x6000 | 0xDFFF | --- to be mapped --- |
| 0xE000 | 0xFFFF | ROM |
# Default (0X00)
# I/O (0x00)
| start | end | use |
| :----- | :----- | :-- |
| 0x6000 | 0xDFFF | I/O |