Previous: 7.2.16. Function 0201 - Set Real Mode Interrupt Vector To the Table of Contents Next: 7.2.18. Function 0203 - Set Processor Exception Handler Vector
7.2.16. Function 0201 - Set Real Mode Interrupt Vector Table of Contents 7.2.18. Function 0203 - Set Processor Exception Handler Vector

- 7.2.17. -
Table of Contents
7. PMODE/W MSDOS Extender
7.2. PMODE/W Supported DPMI INT 31h functions
7.2.17. Function 0202 - Get Processor Exception Handler Vector


7.2.17. Function 0202 - Get Processor Exception Handler Vector


PMODE/W API

This function Returns the address of the current protected mode exception handler for the specified exception number.
In:
   AX     = 0202h
   BL     = exception number (00h-1fh)
Out:
   if successful:
     carry flag clear
     CX:EDX = selector:offset of exception handler
   if failed:
     carry flag set
Notes:
PMODE/W handles exceptions under clean/XMS/VCPI environments. Under a DPMI environment, exception handling is provided by the DPMI host.

PMODE/W only traps exceptions 0 through 14. The default behavior is to terminate execution and do a debug dump. PMODE/W will terminate on exceptions 0, 1, 2, 3, 4, 5, and 7, instead of passing them down to the real mode handlers as DPMI specifications state.


Previous: 7.2.16. Function 0201 - Set Real Mode Interrupt Vector To the Table of Contents Next: 7.2.18. Function 0203 - Set Processor Exception Handler Vector
7.2.16. Function 0201 - Set Real Mode Interrupt Vector Table of Contents 7.2.18. Function 0203 - Set Processor Exception Handler Vector

- 7.2.17. -