Sign in

username:

password:



Not a member?

Search code-comp



Search tips

Subscribe to code-comp



code-comp by Keywords

ARM7 | BIOS | Bug | EVM | JTAG | Linker | LOG_printf | McBSP | Profiling | Relocation | RTDX | Simulator | Target | Watch


Discussion Groups

Discussion Groups | Code-Composer | Code Composer Disassembler Bug with C594

Technical discussions about Code Composer Studio.

  

Post a new Thread

Code Composer Disassembler Bug with C594 - Thomas Hupp - Jun 18 14:38:00 1999



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




(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )