- 7.2.12. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.12. Function 0100 - Allocate DOS Memory Block
7.2.12. 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
- 7.2.12. -