Xlat_API_Fixed_Len Segment, Offset, Length
Copies a fixed number of bytes from the specified protected-mode address to the translation copy buffer and converts the address into a V86-mode address.
For example, Get Current Directory (Interrupt 21h Function 47h) is called with the DS:SI register pair pointing to a 64-byte buffer. The following script translates this function:
DOS_Get_Current_Directory_API:
Xlat_API_Fixed_Len ds, si, 64
Xlat_API_Exec_Int 21h