• 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...
  • inline assembler
    Hello, I'm trying to optimize DSP functions to use them in my cortex M3 MCU. I use the Keil compiler and I want to work with inline assembler, but the Keil compiler don't support the inline assembler...
  • 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] ...
  • INLINE ASSEMBLY
    hi i want to use the assembly code in my c file how can i do this i refered the link below but did not the clear idea http://www.keil.com/support/man/docs/c51/c51_cm_srcfile.htm i gone through...