ARM > Introduction to ARM > The Stack
Example Stack Entry & Exit
STMFD r13!, {r4-r7}
– Pushes R4,R5,R6 and R7 onto the stack.
LDMFD r13!, {r4-r7}
– Pops R4,R5,R6 and R7 from the stack.
Previous topic:
Multiple Register Data Transfer
Next topic:
A Call Chain