I ported my project from iar system to ccs 5.4 and now i am facing this error ....help
ERROR MSG:
"C:\DOCUME~1\Taher\LOCALS~1\Temp\0436810", ERROR! at line 320: [E0002]
Illegal mnemonic specified
RRC R15
"C:\DOCUME~1\Taher\LOCALS~1\Temp\0436810", ERROR! at line 322: [E0300]
Symbol BIT has already been defined
BIT.B #0x40, &0x0200
CODE:
#define SAMPLE \
asm("BIT.B #0x40, &0x0200");
asm("RRC R15");
__no_operation();
anxiously waiting for help