OUTPUT
Function
-La[=<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 -La option causes the Compiler to generate an assembler include file when the CREATE_ASM_LISTING pragma occurs. The name of the created file is specified by this option. If no name is specified, a default of %f.inc is taken. To put the file into the directory specified by the TEXTPATH: Text File Path environment variable, use the option -la=%n.inc. The %f option already contains the path of the source file. When %f is used, the generated file is in the same directory as the source file.
The content of all modifiers refers to the main input file and not to the actual header file. The main input file is the one specified on the command line.
-La=asm.inc
#pragma CREATE_ASM_LISTING: Create an Assembler Include File Listing