diff --git a/Memory Management.md b/Memory Management.md index 3c79e2b..a7617bb 100644 --- a/Memory Management.md +++ b/Memory Management.md @@ -11,7 +11,7 @@ Sentinel 65X, having a [65816-compatible CPU](CPU.md), has a 24-bit address bus, The 16MB address space of Sentinel 65X is divided into regions as follows: -- Region 0: 0x000000 to 0x0001FF 512 Bytes +- Region 0: `0x000000` to 0x0001FF 512 Bytes - Region 1: 0x000200 to 0x007FFF 32,256 Bytes - Region 2: 0x008000 to 0x00DEFF 24,320 Bytes - Region 3: 0x00DF00 to 0x00DF1F 32 Bytes