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