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.
<load> Attribute
                                             Up Contents Index Back
─────LINK───────────────────────────────────────────────────────────────────
 
     Attribute:  <load>
 
     Used by:    CODE, DATA, SEGMENTS
 
     Determines when a segment is loaded.
 
     Keyword        Purpose
 
     PRELOAD        Specifies that the segment is loaded when the
                    program starts.
 
     LOADONCALL     Default. Specifies that the segment is not loaded
                    until accessed and only if not already loaded.
                                    -♦-