www.delorie.com/djgpp/doc/dpmi/api/310212.html   search  
Int 31H Function 0212H

Set Extended Processor Exception Handler Vector (Protected Mode) [1.0]

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

Call With

AX = 0212H
BL = exception/fault number (00H-1FH)
CX:(E)DX = selector:offset of exception handler

Returns

if function successful
Carry flag = clear

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

Notes


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