Part Number: CODECOMPOSER
How to enable .ASM or .lst file output?


This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
For the TI Clang compiler, use the -save-temps options to keep the generated assembly file.

for the list file, please see the below post from George:
RE: CODECOMPOSER: CCS 12.8.1 How to set up and generate .lst, .asm file?
Thanks
ki