Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  We're now ready to return to our discussion of combining program modules
  and using the LINK program. The LINK documentation in the IBM DOS
  Technical Reference Manual fully explains its operation, including the
  complexity of its control switches. Here we'll summarize the most common
  and useful operations, particularly where they pertain to the programming
  languages discussed in the following chapter.

  Just to give you some background information, the LINK program command
  might be written like this:

  LINK 1,2,3,4;

  The first parameter lists object modules (such as PROG1 + PROG2 + PROG3),
  the second contains the name of the finished program, the third tells
  where to send the linker's display output (for example, to the printer or
  display screen), and the fourth lists libraries, if they are used.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson