LINK11 Help Info 1/9/81 In response to "Link: " give required 'rel' file name(s) or any of the following keywords (which may be abbreviated, if not ambiguous) .STACK ! Specify allowable stack space .MAXSTACK ! Maximise stack area available .IMPURE ! Maximise data space (last code seg writeable) .PURE ! Reverse of above (all code read-only) .NOPERM ! Remove current perm file from search-list .PERM ! Specify alternative file to be searched for perms .NOLIB ! Remove all libraries from search-list .LIBRARY ! Specify library to be added to search-list .FIXUP ! Specify file defining (otherwise undefined) refs .NAME ! Set name of task (DEIMOS) 1-4 characters .ENTRY ! Specify absolute code entry address (octal) and... .ALONE ! Specify load area of store for stand-alone programs .SHARE ! Specify segment containing system-wide shared code .CODEBASE ! Define start of user store (with .SHARE) .NOSHARE ! Cancel definition of shared segment .OBJECT ! Define output file for load image (binary) .MAP ! Define output file for load map (default none) .STREAMS <#streams> ! Specify how many i/o buffers will req'd at once. .NOIO ! Specify task performs no (IMP) i/o - minimise seg 7 .NOTTY ! Specify task does not perform i/o to terminal .SETUP ! Make task interpret 'CLIPARAM' as streams on entry .NOSETUP ! No interp of CLIPARAM, but TTY opened on S0,S1 .PROGRAM ! Specify IMP entry as %external %routine PROGRAM .DEFINE ! Give list of symbol definitions - form (as in FIXUP ! file) is 'symname = octaddr' or 'symname = @octaddr' ! terminate list with .ENDDEF .SHORTMAP ! Omit details of default libraries from map file .LONGMAP ! Give details of all files and symbols, in map file .HELP ! Give this list.