System32 Function 43 (2Bh) - Selector to Absolute Addr

Description
Returns the base address of a given selector.
Input

AL

2Bh

BX

Selector
Output

EDI

Base address of the selector passed in BX
Errorcodes

None

Always successful
Notes
None
Development Status
Complete

Back