Specifications

30
2.4.7 Options
To specify compiling options and linking options, select the check-box options you want in the
Set Options dialog box. Each of available options is explained below.
[ 1 ] Compiling options
Compiling Options Description
D
ebug information file Outputs debug information files (XXX.ADR, XXX.LBL, and
XXX.SYM files).
If this option is not selected, no debug information file will be
outputted. (default)
(For details, refer to [ 3 ].)
Address-source L
ist Outputs an address-source list to the file XXX.LST.
If this option is not selected, no address-source list will be
outputted. (default)
(For details, refer to [ 4 ].)
S
ymbol table Outputs a symbol table to the file XXX.LST.
If this option is not selected, no symbol table will be output-
ted. (default)
(For details, refer to [ 4 ].)
X (Cross) reference Outputs a cross reference to the file XXX.LST.
If this option is not selected, no cross reference will be out-
putted. (default)
(For details, refer to [ 4 ].)
V
ariable size Outputs the sizes of common variables, work variables, and
register variables to the file XXX.ERR. or main window.
If this option is not selected, no variable size will be output-
ted. (default)
The output example (TESTA.err) is as follows:
Common area = XXXXX bytes (XXXXX bytes on memory.
XXXXX bytes in file)
Work area = XXXXX bytes (XXXXX bytes on memory.
XXXXX bytes in file)
Register area = XXXXX bytes in file