www.delorie.com/djgpp/doc/dpmi/api/310211.html   search  
Int 31H Function 0211H

Get Extended Processor Exception Handler Vector (Real Mode) [1.0]

Returns the address of the client's protected mode handler for the specified real mode exception.

Call With

AX = 0211H
BL = exception number (00H-1FH)

Returns

if function successful
Carry flag = clear
CX:(E)DX = selector:offset of exception handler

if function unsuccessful
Carry flag = set
AX = error code
8021Hinvalid value (BL not in range 00H-1FH)

Notes


  prev next   webmaster     delorie software   privacy  
  Copyright © 1996     Updated Apr 1996