Subj : What is being referenced here? To : borland.public.cpp.borlandcpp From : Stephen Jarowski Date : Sat Oct 09 2004 09:08 pm Hi: I am converting a program written in C and assembler to a program written in Pascal and assembler, and have come across the following code located in an .asm file: ..... call far ptr F_LXURSH@ ..... ..... I know through searching borland's library files that this public symbol occurs in cl.lib, but I am at a loss of what actually is happening at this point in the code. What is the far call being made? Thanks for your input. SAJ .