Hi,
Using Linaro toolchain for Sitara AM335x Starter Kit with CCS v5.5.0, Ubuntu 12.04, I find that there are '\t' in the disassembly window. It is some distraction to see disassembly code. Can it be turned off?
Thanks,
7 printf("Hello World!\n");
000083d0: movw\tr0, #33848\t; 0x8438
000083d4: movt\tr0, #0
000083d8: blx\t0x82c0
9 return 0;
000083dc: movs\tr3, #0
10 }
000083de: mov\tr0, r3