- 7.2.16. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.16. Function 0201 - Set Real Mode Interrupt Vector
7.2.16. Function 0201 - Set Real Mode Interrupt
Vector
PMODE/W API
This function Sets the real mode segment:offset for the specified interrupt
vector.
In:
AX = 0201h
BL = interrupt number
CX:DX = segment:offset of real mode interrupt handler
Out:
always successful:
carry flag clear
Notes:
The value passed in CX must be a real mode segment address, not a protected
mode selector. Consequently, the interrupt handler must either reside in DOS
memory (below the 1M boundary) or the client must allocate a real mode callback
address.
- 7.2.16. -