Hi,
I am doing source to object analysis for one program. I want to know if there is any way to disassemble object code into assembly language using the Code Composer Studuio IDE.
Thanks,
Tabish
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.
Hi,
I am doing source to object analysis for one program. I want to know if there is any way to disassemble object code into assembly language using the Code Composer Studuio IDE.
Thanks,
Tabish
Which CPU family are you using? For now, I presume the C6000 CPU family. The compiler toolset comes with a command line disassembler. A typical path for the disassembler is C:\ti\ccsv5\tools\compiler\c6000_7.4.2\bin\dis6x.exe . It is documented in the C6000 assembly tools manual.
Thanks and regards,
-George
Hi George,
Thanks a lot for the support. I got the tool for disassembling object code. I am using TMS570 family. The name of the tool is dis470.exe. Once again thanks for your support.
Regards,
Tabish Junaid