Get_V86_Int_Vector


include vmm.inc

mov     eax, Interrupt      ; number of interrupt to check
VMMcall Get_V86_Int_Vector

mov     [Segment], cx       ; segment addr. for interrupt routine
mov     [Offset], edx       ; offset of interrupt routine

Returns the address of the interrupt routine for the specified real-mode interrupt in the current virtual machine. Uses ECX, EDX, Flags.

Interrupt

Number of the interrupt to check.

See also Get_PM_Int_Vector, Set_V86_Int_Vector