ARM Instruction Reference
ARM DUI 0068B Copyright © 2000, 2001 ARM Limited. All r ights reserved. 4-81
If
expr
is program-relative, it m ust evaluate to an addr ess in the same co de section as the
ADRL
pseudo-instruction. Otherwise, it might be out of range after linking.
Example
start MOV r0,#10
ADRL r4,start + 60000 ; => ADD r4,pc,#0xe800
; ADD r4,r4,#0x254