
B–66102E/10
4. FUNCTIONS
15
*2 [parameters]
This specifies compile conditions.
–NR : Outputs no object file. If this parameter is omitted, an
object file with the extension .REL is output.
–L1 : Outputs no compile list file. If this parameter is omitted,
a compile list file with the extension .LST is output.
–L2 : Outputs no reference list file. If this parameter is omitted,
a reference list file with the extension .REF is output.
–L3 : Outputs a macro program file. If this parameter is
omitted, no macro program file is output. A macro
program file is output with the extension .PRG.
–PR : Makes no symbolic macro program analysis. Specify this
parameter when a program coded in standard macro
program format is to be compiled. No reference list file
is output. Even if this parameter is not specified, a macro
program can be compiled without trouble. However, this
parameter can save time required to make a symbolic
macro program analysis and can also save space for
reference list file output.
–Fo : Specifies a destination to which an object file is output.
See item (7).
–Fr : Specifies a destination to which a reference list file is
output.
–Fl : Specifies a destination to which a compile list file is
output.
–Fp : Specifies a destination to which a macro program file is
output.
(2) Macro program source file
A macro program source file must be created in MS-DOS text file
format. At this time, be sure to assign the file name extension .SRC.
The macro compiler can compile a macro program coded in symbolic
format.
For detailed information, see Chapter 5.
The macro compiler can also compile a program coded in standard
macro program format. In this case, specify the command parameter
-PR. This parameter can save time required to make a symbolic
macro program analysis and can also save space for reference list file
output.
(3) Object file
An object file output by the compiler is subject to processing by the
macro linker. The name of an object file is the same as the source file
name, except that the extension .REL is assigned to the object file.
(4) Reference list file
The reference list file is a list file output from macro program analysis
processing. A source program, errors, error codes, symbol name
cross reference information are listed. The name of a reference list
file is the same as the source file name, except that the extension .REF
is assigned to the reference list file. For output to a printer, for
example, use a standard MS-DOS command.