2.6.4 Memory Access Instructions
The following table provides memory access instructions:
Mnemonic | Brief Description | See |
---|---|---|
ADR | Generate PC-relative address | ADR |
CLREX | Clear Exclusive | CLREX |
LDM{mode} | Load Multiple registers | LDM and STM |
LDR{type} | Load Register using immediate offset | LDR and STR, Immediate Offset |
LDR{type} | Load Register using register offset | LDR and STR, Register Offset |
LDR{type}T | Load Register with unprivileged access | LDR and STR, Unprivileged |
LDR | Load Register using PC-relative address | LDR, PC-relative |
LDREX{type} | Load Register Exclusive | LDREX and STREX |
POP | Pop registers from stack | PUSH and POP |
PUSH | Push registers onto stack | PUSH and POP |
STM{mode} | Store Multiple registers | LDM and STM |
STR{type} | Store Register using immediate offset | LDR and STR, Immediate Offset |
STR{type} | Store Register using register offset | LDR and STR, Register Offset |
STR{type}T | Store Register with unprivileged access | LDR and STR, Unprivileged |
STREX{type} | Store Register Exclusive | LDREX and STREX |