Everything
3.1 Assemble List File

This section covers the contents and format of the assemble list file output by the assembler.

The source list file contains the compilation and assembly results. Table 3.1 shows the structure and contents of the source list.

Table 3.1

Structure and Contents of Source List

No

Output Information

Contents

SuboptionNote

When -show Option is not Specified

1

Source information

C/C++ source code corresponding to assembly source code

-show=source

Not output

2

Object information

Machine code used in object programs and the assembly source code

None

Output

3

Statistics information

Total number of errors, number of source program lines, and size of each section

None

Output

4

Command specification information

File names and options specified by the command

None

Output

Note

Valid when the -listfile option is specified.