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.

CCS/AM3354: Absolute, well-defined integer value expected error message.

Part Number: AM3354

Tool/software: Code Composer Studio

Hello 

   Since I write the code in assembler

   IF :DEF:MixPremption

   LDRB   R4,[R2,#1]

   ELSE

   LDRB    R4, [R2, #1]

   I got the two error message 'Illegal mnemonic specified' in IF and ELSE,

why?