
|
There is a Bug in the code composers Editor (when viewing code in "Mixed Mode" with C549 processor) and in the disassembly window which makes assembler code reading sometimes really hard: The disassembly of the Instruction MVDK is wrong: Example1: Shown by Code Composer: MVDK *SP(4), 11h Correct Code: MVDK *SP(4), AR1 Example2: Shown by Code Composer: MVDK *SP(4), 10h Correct Code: MVDK *SP(4), AR0 Of course, the first line is also correct (because 10h is the address of the memory mapped register AR0) but code reading with this kind of display is really difficult. On other assembly instructions code composer normally uses AR0 in stead of 10h. Best regards Thomas |