From b66a9e34f4e2fa3eaa0f8830964d9a1af2f9704f Mon Sep 17 00:00:00 2001 From: THEON-1 Date: Mon, 20 Oct 2025 22:40:30 +0200 Subject: [PATCH] added bank switch to memory layout --- notes/memory-layout.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/notes/memory-layout.md b/notes/memory-layout.md index 6baa8b7..02640d6 100644 --- a/notes/memory-layout.md +++ b/notes/memory-layout.md @@ -2,10 +2,11 @@ - bank switching using 8-Bit register - top 32K remain untouched -| start | end | use | -| :----- | :----- | :-- | -| 0x8000 | 0xDFFF | RAM | -| 0xE000 | 0xFFFF | ROM | +| start | end | use | +| :----- | :----- | :---------------------- | +| 0x8000 | 0x8000 | bank switching register | +| 0x8001 | 0xDFFF | RAM | +| 0xE000 | 0xFFFF | ROM | # Default (0X00) | start | end | use |