Previous: Function 000C - Set Descriptor To the Table of Content Next: Function 0101 - Free DOS Memory Block

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

Function 0100 - Allocate DOS Memory Block

PMODE/W API

This function Allocates low memory through DOS function 48h and allocates it a descriptor.
In:
   AX     = 0100h
   BX     = paragraphs to allocate
Out:
   if successful:
     carry flag clear
     AX     = real mode segment address
     DX     = protected mode selector for memory block
   if failed:
     carry flag set
     AX     = DOS error code
     BX     = size of largest available block



Previous: Function 000C - Set Descriptor To the Table of Content Next: Function 0101 - Free DOS Memory Block
Function 000C - Set Descriptor Table of Content Function 0101 - Free DOS Memory Block

- 7.2.12 -