• Replacing inline assembler code
    Note: This was originally posted on 10th February 2011 at http://forums.arm.com Hi, My inline assembler looks like this asm volatile (     "MRC p15,0,$[value],c0,c0,1          \n\t"        : [value] ...
  • Using inline assembler code
    Hi, I'm trying to use inline assembler code but the keyword '__asm' is not accepted. I can create an '__asm' function with no compiler warnings but when calling this function the uC restarts. Using...
  • Replacing inline assembler code
    Note: This was originally posted on 10th February 2011 at http://forums.arm.com Hi, My inline assembler looks like this asm volatile (     "MRC p15,0,$[value],c0,c0,1          \n\t"        : [value] ...
  • Using inline assembler code
    Hi, I'm trying to use inline assembler code but the keyword '__asm' is not accepted. I can create an '__asm' function with no compiler warnings but when calling this function the uC restarts. Using...
  • inline assembler in c code
    i just triying to add a nop asm statement in c code but give some error i read about adding a #pragma arm and #pragma thumb and do this: You must also compile your code using the --apcs /interwork compiler...