Set the heap allocator's MEMORY_TOP to 64KB below the stack

This commit is contained in:
Ry 2022-06-24 16:14:46 -07:00
parent bf1e28e625
commit 606ec0283e

View File

@ -6,7 +6,7 @@
; data.32 next - pointer to next free block, or zero
const HEADER_SIZE: 12
const MEMORY_TOP: 0x02000000
const MEMORY_TOP: 0x01FEF800 ; 64KB below the stack
initialize_allocator:
push r0