• Assign a global variable to a register
    Hello, in my application I use often a global variable. Since this variable is use in lots of functions, I'd like to assign it to a specific register (like DR28). It is possible? If yes, how can I...
  • LDR Register Assignment
    Note: This was originally posted on 22nd February 2012 at http://forums.arm.com Here I'm doing basic assignments and read write routines for verfication: ldr r1, StartRegs   ...   StartRegs: .word 0x00000989...
  • function argument assigne to ARM register in assembly
    Note: This was originally posted on 4th September 2009 at http://forums.arm.com Hello, I am developing application on OMAP3530-beagleboard using code sourcery tool chain. I have used assembly function...
  • Function parameter
    Hi All, I am newbie in this. Is this function declaration right, as it has bit as parameter, void myfunc(unsigned char,bit); Ashutosh
  • Parameter Passing in Registers
    Hi I am unclear as to how I can pass 2 generic pointer arguments into a function. As stated in the user guide, the generic ptr will be stored in R1-R3. But however, what happens when there is more...