Skip to content

Mfree (free pointer)

;----------------------------------------------------------------------
;
; usage:
;   mfree (ptr)
;
; Call XFREE function
;----------------------------------------------------------------------
    mfree (mymalloc) ; mymalloc is a 2 bytes zp ptr
    rts

Last update: 2022-11-28