Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Exec_Int
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
mov     eax, Interrupt      ; number of interrupt to execute
VMMcall Exec_Int
 
The Exec_Int service simulates the specified interrupt and resumes execution
of the virtual machine. This service may only be called in a nested
execution block created using the Begin_Nest_Exec or Begin_Nest_V86_Exec
service.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
Interrupt  Specifies the number of the interrupt to simulate.
 
Return Value
 
This service has no return value.
 
Comments
 
When in a nested execution block, this service can be called any number of
times.
 
This service is comparable to combining the Simulate_Int and Resume_Exec
services.
 
Uses
 
Flags
 
See Also
 
Begin_Nest_Exec, Begin_Nest_V86_Exec, Resume_Exec, Simulate_Int