summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/arm/immed.s
blob: 5d2092be18b6d73cd79cd0231ceedb40fe282a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
@	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]