From 0d9958e850d6326d194e195f7f5afd71fab8ebd8 Mon Sep 17 00:00:00 2001 From: ShatteredMINT Date: Sun, 30 Aug 2026 18:27:55 +0200 Subject: [PATCH] remove outdated statements about the heap --- stdlib.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/stdlib.asm b/stdlib.asm index 6c340f0..5852f04 100644 --- a/stdlib.asm +++ b/stdlib.asm @@ -19,12 +19,6 @@ ; lowest address = 1st stack arg ; highest address = last stack arg -; ----- HEAP ----- -; i am not sure if there will ever be heap functionality, but to future proof: -; this library will use the label "heap_start" with the constant "heap_size" -; to determine properties of the heap -; you **have** to define those if you want this to compile - ; ===== TYPES ===== pub include bit