Introduction
ARM DDI 0210C Copyright © 2001, 2004 ARM Limited. All rights reserved. 1-25
With register offset -
• word
STR Rd, [Rb, Ro]
• halfword
STRH Rd, [Rb, Ro]
• byte
STRB Rd, [Rb, Ro]
SP-relative
STR Rd, [SP, #10bit_offset]
Multiple
STMIA Rb!, <reglist>
Push/Pop Push registers onto stack
PUSH <reglist>
Push LR, and registers onto stack
PUSH <reglist, LR>
Pop registers from stack
POP <reglist>
Pop registers, and pc from stack
POP <reglist, PC>
Software Interrupt -
SWI 8bit_Imm
Table 1-7 Thumb instruction set summary (continued)
Operation Assembly syntax