Hi Expert,
any tool to convert obj file to asm file? thanks.


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 Ki,
just like DSP2803x_CodeStartBranch.obj, how to convert to this obj file to asm.
https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/171/DSP2803x_5F00_CodeStartBranch.obj
Try the disassembler dis2000. It is found in the same \bin directory as the compiler cl2000. The command is similar to ...
dis2000 DSP2803x_CodeStartBranch.obj > disassembly_file.txt
Note the output of the the disassembler cannot be used as input to the assembler. There is no tool which converts object code into assembly code that is valid input to the assembler.
Thanks and regards,
-George