INT 21h - [DOS 2.0+]

Function 49h

Release Memory


Releases memory blocks previously obtained using function 48h.

Input:
AH = 49h
ES = segment of block to be freed
Output:
CF = 0 function is successful
CF = 1 function is unsuccessful
AX = error code
07h = damaged memory control block
09h = incorrect memory block address