Assembler Listing File

The assembly listing file is the output file of the Assembler that contains information about the generated code. The listing file is generated when the -L assembler option is activated. When an error is detected during assembling from the file, no listing file is generated.

The amount of information available depends upon the following assembler options:

The information in the listing file also depends on following assembler directives:

The format from the listing file is influenced by the following assembler directives:

The name of the generated listing file is <base name>.lst.