The LazyBoy Library Manual - MemFree

Part of the Memory Management group.

%imacro MemFree 2
Prefers: ES:DI, DX:AX
Prefers: ES:DI, AX

Release memory in the HEAP for reuse by the MemNew macro. The section of memory released is still part of the managed HEAP.

Example:

    MemFree dx:ax, bx:cx   
    MemFree es:di, 512

See also: MemNew and MemError.