ARM > Efficient C for ARM > Taking a Variable’s Address
Remarks
When you take the address of a variable it is then memory-bound for its lifetime. So even if, as in this example, you only take the address once then use it later it’s still a memory-bound variable.
Previous topic:
Function Argument Types
Next topic:
Looping Structures