Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pickle committed Oct 4, 2023
1 parent b637b9c commit 47bb59f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* HEAP_SIZE you might run into some error. <b>So always call purge_heap()
* or make use of auto_purge_heap() !</b>
*
* <small> It should be noted that auto_purge_heap() seems not to run correctly in programs </small>
*
*
*
* <h3> Optional #defines </h3>
Expand Down Expand Up @@ -79,6 +81,9 @@ struct HeapItem
* variables are set, it will automaticlly call purge_heap()
* for you as main returns.
*
*
* Also doesn't seem to run currectly programs.
*
*/
#define auto_purge_heap() __asm \
ld hl, __hs AUTO_CLOSE_HEAP_LOCATION \
Expand Down

0 comments on commit 47bb59f

Please sign in to comment.