Previous: Function 0102 - Resize DOS Memory Block To the Table of Content Next: Function 0201 - Set Real Mode Interrupt Vector

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

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.


Previous: Function 0102 - Resize DOS Memory Block To the Table of Content Next: Function 0201 - Set Real Mode Interrupt Vector
Function 0102 - Resize DOS Memory Block Table of Content Function 0201 - Set Real Mode Interrupt Vector

- 7.2.15 -