Hi, I am at the moment having a problem with the following inline assembler expression:
#define SR_BIC(x) __asm__ __volatile__("bic %0, r2"::"m" ((unsigned int)x))
msp430-gcc 3.3.6 claims "warning: use of memory input without lvalue in asm
operand 0 is deprecated"
Is it safe to remove the unsigned int here or another way to deal with this
warning?
Thanks in advance
Juergen
