Using code composer V3.3 toolset, there is a tool called DIS2000.exe. Having trouble finding documentation on the tool.
We are using the tool to convert the .out file into a nicely formatted file as an input into an internal tool to determine which opcodes the software is using (for safety design reasons). The main issue I am having is that the tool seems to convert constant data (fixed data in a table for example) into an opcode/mnemonic that is incorrect. So, if the data in the last point of the table is converted into an opcode that expects data in the next address, the opcode that actually immediately follows the table is missed.
Does anyone have any tips on using this tool or documentation for the command line switches that might be available to help with this issue?