summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/h8300/branch-elf.s
blob: 8a0fbb14dd6976bb09e8a2d6ff39aededab72965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.section zpage
vector:
	.word h8300_branches
	.text
h8300_branches:
	bsr h8300_branches
	jmp h8300_branches
	jmp @r0
	jmp @@vector:8
	jsr h8300_branches
	jsr @r0
	jsr @@vector:8