LINK Help (linker.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Linking the Overlaid Program
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     LINK automatically creates an overlaid program when overlays are
     specified in a .DEF file. No special option is required. The
     following LINK options apply to overlaid programs:
 
        ■ The /DYNAMIC option sets the limit for interoverlay calls.
          See: /DYNAMIC Option
 
        ■ The /INFO option reports the number of calls generated.
          See: /INFO Option
 
        ■ The /OLDOVERLAY option tells LINK to use static overlays.
          See: /OLDOVERLAY Option
 
        ■ The /OV option changes the overlay interrupt number.
          See: /OV Option
                                    -♦-