- 7.2.15. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.15. Function 0200 - Get Real Mode Interrupt Vector
7.2.15. Function 0200 - Get Real Mode Interrupt
Vector
PMODE/W API
This function Returns the real mode segment:offset for the specified interrupt
vector.
In:
AX = 0200h
BL = interrupt number
Out:
always successful:
carry flag clear
CX:DX = segment:offset of real mode interrupt handler
Notes:
The value returned in CX is a real mode segment address, not a protected mode
selector.
- 7.2.15. -