From b46d53ee2ee943389a9b7face363be24a536eb77 Mon Sep 17 00:00:00 2001 From: Kyle Cardoza Date: Fri, 22 Mar 2024 01:21:11 -0400 Subject: [PATCH] Added sections --- Memory Management.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Memory Management.md b/Memory Management.md index b8a88f1..5a8cbc1 100644 --- a/Memory Management.md +++ b/Memory Management.md @@ -2,6 +2,11 @@ Sentinel 65X, having a [65816-compatible CPU](CPU.md), has a 24-bit address bus, which allows for up to 16MB of linear address space. This space must contain all RAM, ROM, and I/O devices on the system, as the 65816 bus has no distinct notion of I/O addresses separate from memory addresses — it is a memory-mapped I/O architecture. +--- +gitea: none +include_toc: true +--- + ## Memory Regions The 16MB address space of Sentinel 65X is divided into regions as follows: