-
Bug
-
Resolution: Unresolved
-
Low
-
Code Generation Tools
-
CODEGEN-6699
-
-
CCS is incorrectly decoding C7x machine code in the "disassembly" window, showing the wrong immediate value.
The last instruction "ANDD" in this example has machine code C3F5A5E3 in both cases, but is decoded differently in CCS.
CCS disassembly view shows 0x1f
After disassembling the .out file using dis7x shows 0x3f
This only occurs in the dll disassembler, not in the standalone disassembler.