Everything

-listfile


< Compile Options / List Options >

[Format]

-listfile[={<file name>|<path name>}]

[Description]

-

These options specify whether to output a source list file.

-

When the listfile option is specified, a source list file is output. <file name> can also be specified.

-

An existing folder can also be specified as <path name> instead of <file name>. In such a case, a source list file with the file extension .lst and the name of the source file being compiled or assembled is output to the folder selected as <path name>.

[Remarks]

-

A linkage list cannot be output by this option. In order to output a linkage list, specify the list option of the optimizing linkage editor by using the lnkcmd option.

-

Information output from the compiler is written to the source list. For the source list file format, refer to Assemble List File.

-

When you use <path name>, create the folder in advance. If the folder specified as <path name> does not exist, the compiler will assume that <file name> is selected.