Subj : Re: What is being referenced here? To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Sun Oct 10 2004 09:27 am It is making a far call, a call to a function whose address in the instruction contains both a segment and offset. .. Ed > Stephen Jarowski wrote in message > news:41687d6c@newsgroups.borland.com... > > 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? .