OUTPUT
Function
-Lasm[=<filename>]
<filename>: The name of the file to be generated.
It may contain special modifiers (refer Using Special Modifiers).
No file created.
None
None
The -Lasm option causes the Compiler to generate an assembler listing file directly. The Compiler also prints all assembler-generated instructions to this file. The option specifies the name of the file. If you do not specify a name, the Compiler takes a default of %n.lst. If the resulting filename contains no path information the Compiler uses the TEXTPATH environment variable (refer TEXTPATH: Text File Path).
The syntax does not always conform with the inline assembler or the assembler syntax. Therefore, use this option only to review the generated code. It cannot currently be used to generate a file for assembly.
-Lasm=asm.lst