The LINK-10 manual serves as the primary reference for the DECsystem-10 linking loader, designed for intermediate-level applications programmers. The document covers:
- Introduction to LINK-10: Its role in merging independently-translated object modules into an executable format.
- Initialization: Using LINK-10 automatically via COMPIL-class commands (LOAD, EXECUTE, DEBUG) or directly via the
R LINK command.
- Command Strings: Detailed instruction on the format and use of command strings and switches.
- Switches: A comprehensive, alphabetical list of LINK-10 switches used to control loading parameters, maps, and symbol tables.
- Overlay Capability: Techniques for partitioning large programs into overlay links to manage limited core memory.
- Appendices: Technical details regarding link item types, the overlay handler, functional subroutines, and the MIXFOR feature for mixed FORTRAN-10 and F40 programs.