what steps are to be followed for converting a c code to assembly... is there any document or tutorial which do so.
if so please give me link for that
i am using CCS 3.3 version...
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.
what steps are to be followed for converting a c code to assembly... is there any document or tutorial which do so.
if so please give me link for that
i am using CCS 3.3 version...
Hi,
The closest match to what you ask is to use the option -k or --keep_asm so the compiler keeps the generated assembly language files.
Additional details are in the Optimizing Compiler User's Guides (the page below contains the links)
http://processors.wiki.ti.com/index.php/Before_asking_for_CGT_support
Hope this helps,
Rafael