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]

  The next basic step is to link the object modules together. The linker, or
  link-editor program (known as LINK in DOS) performs two main tasks: It
  combines separate object modules (as needed), making all the necessary
  connections between them; and it converts the modules from an object-code
  format to a loadable program in the .EXE format.

  The actual combining, or linking, of program modules to create an .EXE
  file is the most important aspect of this discussion. We'll take it up
  again later in this chapter, after we've covered two other steps that are
  involved in preparing programs.

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