From 1fc4515f6b97b81eaae8f1f1fc2cfbc081a773be Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Wed, 2 Sep 2026 11:15:43 +0200 Subject: [PATCH] include LUTs in memory map --- MEMORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MEMORY.md b/MEMORY.md index a674fd1..6a14da9 100644 --- a/MEMORY.md +++ b/MEMORY.md @@ -10,7 +10,8 @@ To not have to allocate a ton of things at run time the Standard Library uses a | `0x16` | Zero Page | | `0x100` | User Code | | `?` | Library Code | -| `0x1_0000` | heap | +| `0x1_0000` | LUTs | +| `?` | heap | | `0xXXF0_0000` | Stack | | `0xXXFF_0000` | quick access |