• DMB, DSB, ISB instructions
    Can anyone explain in simple english when these instructions must be used. I have read the manuals and have some kind of idea, but obviously my english skills are not good enough to fully understand...
  • Branch to a label in inline assembly
    Hi All, I have a label, say "XXX" in the startup assembly code. Later if I want to jump to label "XXX" in the inline assembly by using __asm{ B XXX } The ARMCC compile in Keil MDK complains " the label...
  • The difference between DSB and DMB instructions of ARM1176JZF-S
    Note: This was originally posted on 30th September 2011 at http://forums.arm.com Dear Sirs,         I am currently testing a comstomized SOC with ARM1176JZF-S core, 32KB-cache on Linux-2.6.31.2, and I...
  • How to access local C variables in Inline-Assembly?
    How do I access local C variables in Keil using ARM inline Assembly?
  • Inline Assembly coding