This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[HELP CCS] build fail using msp430f5510

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

**Attention** This is a public forum