LINK Help (linker.hlp) (Table of Contents; Topic list)
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
                                    -♦-