|
|||||||||||
|
Technical Support On-Line Manuals Assembler Reference |
Assembler ReferenceFRAME PUSH
Use the There are two alternative syntaxes for
where:
You must use If
p PROC ; Canonical frame address is SP + 0
EXPORT p
PUSH {r4-r6,lr}
; SP has moved relative to the canonical frame address,
; and registers R4, R5, R6 and LR are now on the stack
FRAME PUSH {r4-r6,lr}
; Equivalent to:
; FRAME ADDRESS sp,16 ; 16 bytes in {R4-R6,LR}
; FRAME SAVE {r4-r6,lr},-16
| ||||||||||
|
|||||||||||