Xlat_API_Jmp_To_Proc


Xlat_API_Jmp_To_Proc  Proc_Name

Transfers control to the specified translation procedure.

Proc_Name

Name of the custom translation procedure. The V86MMGR_Xlat_API service calls the translation procedure with these values in these registers:

EBX

Handle of the current VM.

EBP

Address of the Client_Reg_Struc structure containing the client register values for the current VM.

EDX

Address of the next entry in the translation script, if any.


The translation procedure can either carry out the complete translation, or use the V86MMGR_Xlat_API to carry out portions of the translation. The procedure must increment the EDX register for each byte it reads from the script, and must preserve all other registers. It should return with the carry flag clear if successful, or set otherwise.