Xlat_API_Jmp_To_Proc Proc_Name
Transfers control to the specified translation procedure.
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.