User`s guide
COMPILE
Command Options Filespec Options
/MACRO
/CROSSREFERENCE[:type[:type...]]
/DISABLE:type[:type...]
/ENABLE:type[:type...]
/[NO]SHOW:type[:type...]
Parameter
filespec[s]
Specifies one or more files to be included in the assembly or compilation.
Compiling Multiple Source Files
You can compile up to six source files into a single object file or into multiple
object files.
• To compile multiple source files into a single object file, separate the files with
plus (+) signs in the command line. RT–11 creates an object file with the same
name as the first input file and gives it an OBJ file type, unless you specify
a different name and type.
• To compile multiple source files in independent compilations, separate the
files with commas (,) in the command line. This generates a corresponding
object file for each input file or for each set of input files.
Description
The following are the default input and output file types.
Default File Types
File Type Description
DBL DIBOL source file
FOR FORTRAN source file
LST Listing file
MAC MACRO source file
MLB MACRO macro-library file
OBJ Object file
Choosing a Language Processor
You can specify a language processor with the COMPILE command in any of the
following three ways:
32 RT–11 Command Descriptions










