I want to see the assembly listing for a super-optimized compile (optimized for speed). (Using CCSv4.1.2.00027)
I presume I have to set several parameters under Project-->Properties. ???
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.
I want to see the assembly listing for a super-optimized compile (optimized for speed). (Using CCSv4.1.2.00027)
I presume I have to set several parameters under Project-->Properties. ???
Walter,
To see the assembly output of your code you basically need to enable the option 'generate listing file (--asm_listing, -al)".
However a much more comprehensive list of options and analysis, as well as optimization techniques can be found at the excellent app note below:
http://focus.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=spra666
Cheers,
Rafael
Rafael,
Thanks. That app note on optimization techniques is exactly what I needed. Lots of good info there:
http://focus.ti.com/general/docs/litabsmultiplefilelist.tsp?literatureNumber=spra666