VxDJmp


include vmm.inc

VxDJmp Service

Jumps to the specified virtual device service.

Service

Name of the service to jump to. This parameter can be any service that is explicitly defined in the service table for a virtual device.

The macro creates a dynamic link in the form of an int 20h instruction followed by a value identifying the service. When the interrupt is execucuted, the VMM replaces the dynamic link with a jmp instruction.

See also VMMJmp, VxDCall