| Syntax: | Default: |
| /Fl[+|-] | /Fl- |
| /Fl[dir][name] |
Use /Fl to produce, name, and direct a listing file. The listing file will be name.lst, and will be placed in directory dir.
The compiler produces a separate listing file for each source file that follows the option on the command line. The name you provide applies only to the first listing file.
If you specify a name with an extension, that extension is used. If you do not specify a name or directory, the listing takes the same filename as the source file, with the extension .lst, and is put in the current directory.
If the directory you specify is not valid, the compiler does not generate a listing file: it generates a warning message and the option does not take effect.
By default, the compiler does not produce a listing file.