blob: 5d2092be18b6d73cd79cd0231ceedb40fe282a30 [file] [log] [blame]
@ Tests for complex immediate expressions - none of these need
@ relocations
.text
bar:
mov r0, #0
mov r0, #(. - bar - 8)
ldr r0, bar
ldr r0, [pc, # (bar - . -8)]
.space 4096
mov r0, #(. - bar - 8) & 0xff
ldr r0, [pc, # (bar - . -8) & 0xff]