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