include LUTs in memory map

This commit is contained in:
2026-09-02 11:15:43 +02:00
parent f4ae43bbc1
commit 1fc4515f6b
+2 -1
View File
@@ -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 |