• Inline Assembly coding
  • Inline Assembly coding
  • 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] ...