mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 15:25:31 +00:00
Added a comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@3348 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -274,6 +274,11 @@ _free: sta ptr2
|
||||
; }
|
||||
; }
|
||||
;
|
||||
;
|
||||
; On entry, ptr2 must contain a pointer to the block, which must be at least
|
||||
; HEAP_MIN_BLOCKSIZE bytes in size, and ptr1 contains the total size of the
|
||||
; block.
|
||||
;
|
||||
|
||||
; Check if the free list is empty, storing _hfirst into ptr3 for later
|
||||
|
||||
|
Reference in New Issue
Block a user