Previous: Function 0003 - Get Selector Increment Value To the Table of Content Next: Function 0007 - Set Segment Base Address

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

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.


Previous: Function 0003 - Get Selector Increment Value To the Table of Content Next: Function 0007 - Set Segment Base Address
Function 0003 - Get Selector Increment Value Table of Content Function 0007 - Set Segment Base Address

- 7.2.5 -