OUTPUT
Function
-Lasm[=<filename>]
<filename>: The name of the file to be generated.
It may contain special modifiers (see Using Special Modifiers).
No file created.
None
None
The -Lasm option causes the Compiler to generate an assembler listing file directly. All assembler generated instructions are also printed to this file. The name of the file is specified by this option. If no name is specified, a default of %n.lst is taken. The TEXTPATH: Text File Path environment variable is used if the resulting filename contains no path information.
The syntax does not always conform with the inline assembler or the assembler syntax. Therefore, this option can only be used to review the generated code. It can not currently be used to generate a file for assembly.
-Lasm=asm.lst