summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/svc.s
blob: 734bd75b1c1c304fdfeee751e10c28191db8ed24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
	.text
	.arch armv4t
	.syntax unified
foo:
	swi 0x123456
	swi 0x876543
	svc 0x123456
	svc 0x876543

	.thumb
bar:
	swi 0x5a
	swi 0xa5
	svc 0x5a
	svc 0xa5