User`s guide

COMPILE
the type arguments and their meanings. See the PDP–11 MACRO–11 Language
Reference Manual for a description of the directive and a list of all valid types.
/ENABLE:type[:type...]
(MACRO only) Specifies values that override the .ENABL directive in the source
file. See the /DISABLE description of the MACRO command for a summary of
the type arguments and their meanings. See the PDP–11 MACRO–11 Language
Reference Manual for a description of the directive and a list of all valid types.
/EXTEND
(FORTRAN IV or FORTRAN–77) Used with /FORTRAN, changes the right
margin for source input lines. With FORTRAN IV, /EXTEND extends the right
margin from column 72 to column 80. With FORTRAN–77, /EXTEND extends
the right margin of input lines from 72 to 132 columns.
/F4
Overrides any SET FORTRA conditional and calls the FORTRAN IV compiler
(the default).
/F77
Overrides any SET FORTRA conditional and calls the appropriate FORTRAN–77
compiler.
/FORTRAN
Invokes the FORTRAN language processor to compile the associated files.
By default, or if SET FORTRA F4 has been issued, the COMPILE/FORTRAN
command calls the FORTRAN IV compiler. If SET FORTRA F77 has been
issued, the COMPILE/FORTRAN command calls the FORTRAN–77 compiler.
The FORTRAN–77 compiler under a mapped monitor is F77XM.SAV and under
an unmapped monitor is F77.SAV. The FORTRAN IV compiler is FORTRA.SAV.
See the FORTRAN command for more information.
/HEADER
(FORTRAN IV only) Includes in the printout a list of options that are currently
in effect.
/I4
(FORTRAN IV or FORTRAN–77) Allocates two words for the default integer
data type (FORTRAN IV uses only one-word integers) so that it takes the same
physical space as real variables. With FORTRAN–77, /I4 allocates and uses two
words for the default integer and logical variable length.
/LIBRARY
(MACRO only) Identifies a macro library file; use it only after a library file
specification in the command line. The MACRO assembler looks first to any
MACRO libraries you specify before going to the default system macro library,
SYSMAC.SML, to satisfy references (made with the .MCALL directive) from
RT–11 Command Descriptions 35