| |||||||||||||
Technical Support On-Line Manuals RealView Assembler User's Guide | Load and store multiple register instructions
The ARM, Thumb, and Thumb-2 instruction sets include instructions that load and store multiple registers to and from memory. Multiple register transfer instructions provide an efficient way of moving the contents of several registers to and from memory. They are most often used for block copy and for stack operations at subroutine entry and exit. The advantages of using a multiple register transfer instruction instead of a series of single data transfer instructions include:
NoteThe lowest numbered register is transferred to or from the lowest memory address accessed, and the highest numbered register to or from the highest address accessed. The order of the registers in the register list in the instructions makes no difference. You can use the This section describes: | ||||||||||||
| |||||||||||||