Hi, everyone, I am currently working on a project which requires to shift the register file, for instance, R4. I am trying to use asm("shl R4, 2") to logically shift R4 2 units on left. However, the compiler (IAR) just told me this is a "Bad label".
Does anyone has any idea about the correct expression for "shift left"?