Previous: Function 0100 - Allocate DOS Memory Block To the Table of Content Next: Function 0102 - Resize DOS Memory Block

- 7.2.13 -
PMODE/W MSDOS Extender
PMODE/W Supported DPMI INT 31h functions

Function 0101 - Free DOS Memory Block

PMODE/W API

This function Frees a low memory block previously allocated by function 0100h.
In:
   AX     = 0101h
   DX     = protected mode selector for memory block
Out:
   if successful:
     carry flag clear
   if failed:
     carry flag set
     AX     = DOS error code



Previous: Function 0100 - Allocate DOS Memory Block To the Table of Content Next: Function 0102 - Resize DOS Memory Block
Function 0100 - Allocate DOS Memory Block Table of Content Function 0102 - Resize DOS Memory Block

- 7.2.13 -