l11(1)
NAME
l11 − Macro-11 loader for UNIX
SYNTAX
l11 [ option ] file1 file2...
DESCRIPTION
The l11 command combines Macro-11 object modules into an executable image. In the simplest case several object files are given, and l11 combines them, producing an object module which is then executed. The output of l11 is left on file1.out.
OPTIONS
−mp Display the load map on the standard output.
−lp Print the load map on the line printer.
−r Generate relocation bits in the output file.
−c Force the output file to end with “.o”. This option automatically includes the “-r” option above.
−K Precede global symbols in the output file with a “_” (underscore) character. This option automatically includes the “-c” option above.
− Silent operation; do not print “0 errors” message.
−ns Strip the output, that is, remove the symbol table and relocation bits to save space. This information can also be removed by strip(1).
−go Do not preserve local (non-.globl) symbols in the output symbol table; only enter external symbols. This option saves some space in the output file.
−no Do not create an output file; run pass1 and exit.
−n Arrange that when the output file is executed, the text portion will be read-only and shared among all users executing the file. This involves moving the data areas up to the first possible 8K byte boundary following the end of the text.
−i When the output file is executed, the program text and data areas will live in separate address spaces. The only difference between this option and −n is that here the data starts at location 0.
−v Verbose option.