Category:Architecture/ARM/LDR
Jump to navigation
Jump to search
You are here | LDR
|
Description
The LDR pseudo-instruction loads a register with either:
- a 32-bit constant value
- an address
Syntax
LDR{condition} register,=[expression | label-expression]
Examples
LDR R0, [R3, #8] ; R0 = word at [R3 + 8]
LDR R0, [R3] ; R0 = word at R3
This category currently contains no pages or media.