Specifications

Chapter 2. Development Environment and Procedures
39
Compiling options
Linking option
Compiling options Description
+D
Outputs debug information files (XXX.ADR, XXX.LBL. and
XXX.SYM files).
(Same as you select the Debug information file check box in
the Set Options dialog box. Refer to Subsection 2.4.7, [ 1 ].)
+L
Outputs an address-source list to the file XXX.LST.
(Same as you select the Address-source List check box in
the Set Options dialog box. Refer to Subsection 2.4.7, [ 1 ].)
+S
Outputs a symbol table to the file XXX.LST.
(Same as you select the Symbol table check box in the Set
Options dialog box. Refer to Subsection 2.4.7, [ 1 ].)
+X
Outputs a cross reference to the file XXX.LST.
(Same as you select the X (Cross) reference check box in
the Set Options dialog box. Refer to Subsection 2.4.7, [ 1 ].)
+V
Outputs the sizes of common variables, work variables, and
register variables to the file XXX.ERR or main window.
(Same as you select the Variable size check box in the Set
Options dialog box. Refer to Subsection 2.4.7, [ 1 ].)
Linking options Description
+M
Outputs map information to the file XXX.MAP.
(Same as you select the Mapfile check box in the Set
Options dialog box. Refer to Subsection 2.4.7, [ 2 ].)
NOTE
Options specified at the command line will take effect only when you run the BHT-
BASIC 3.5 Compiler at the command line. (Those option settings will not be written
into the initialization file BHTC35W.INI.)
Even if you specify a -E option (default) so that the Compiler does not terminate after
completion of processing, neither filename nor options designated for the preceding
processing will be saved. You need to designate them again.
Option settings stored in the initialization file BHTC35W.INI will not apply when
you run the BHT-BASIC 3.5 Compiler at the command line. To output debug infor-
mation files, therefore, you need to specify options at the command line.