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.

C to assembly code translation in CCS

Hi

I use the ccs 5.1 and I program some code for the stellaris lm3s9b92. After implementing a function in a separate c file I want to see how the compiler translates the c code in assembly code. But when I look in the generated asm file there were no processor instructions or something similar. What do I have to do to see the translated assembly code?