I'm running CCS 4.1.1.00014 under XP using XDS510USB JTAG. When debugging code ACC A does not contain the correct value. If I watch reg A in the CPU registers watch box while calling an asmymbly function from C code it should contain the first paramater in the call. In this perticular case it's a long and should be 0x000E8000. But, ACC A in the watch window shows 0x00000E0000. If I “Open memory view at register address” the correct value is displayed ( 8000 000E). ACC B has the same issue. Is there a issue with the register view not displaying properly?