- 7.2.5. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.5. Function 0006 - Get Segment Base Address
7.2.5. Function 0006 - Get Segment Base
Address
PMODE/W API
This function Returns the 32bit linear base address from the descriptor table
for the specified segment.
In:
AX = 0006h
BX = selector
Out:
if successful:
carry flag clear
CX:DX = 32bit linear base address of segment
if failed:
carry flag set
Notes:
Client programs must use the LSL instruction to query the limit for a
descriptor.
- 7.2.5. -