Specifications
32
[ 4 ] Outputting list files
The Compiler may output three types of list files as listed below depending upon the options
specified at the start of compiling, in order to help you program and debug efficiently.
The list file will be given the same name as the source program file and annexed with an exten-
sion .LST.
When outputted, each list file has the header format as shown below.
BHT-BASIC 3.5 Compiler Version X.XX
←Version of BHT35CPL.DLL
Copyright (C) DENSO CORPORATION 1998. All rights reserved.
source = Source filename.ext (to be given as an absolute path)
■ Address-source list
Select the Address-source List check box and run the Compiler, and the following information
will be outputted:
BHT-BASIC 3.5 Compiler Version X.XX ←Version of BHT35CPL.DLL
Copyright (C) DENSO CORPORATION 1998. All rights reserved.
source = C:\TEST.SRC
List File Option Filename Extension
Address-source list
Symbol table
Cross reference
Select the Address-source List check box.
Select the Symbol table check box.
Select the X (Cross) reference check box.
.LST
Address of object program in
intermediate language
Line number in source
program
Source program statement