Reply by Georgios Chatzigeorgiou October 20, 20012001-10-20
I'm using the 5402 dsk, and Code Composer 1.2 that came along with the kit. I'm trying to execute some code (assembly) in single step mode and view the changes in the register watch window. Yet, the register values are updated 2 instructions later. For i.e
 
Ad
add #1,a
nop
nop
 
The value of A will become 11 in the register view window the the last nop is executed. Any ideas?
Thanks in advance
 
P.S Everything works fine with the simulator.