MIPS/GAS: Sanitize `.option picX' pseudo-op
[deliverable/binutils-gdb.git] / gas / testsuite / gas / h8300 / branch-elf.s
CommitLineData
f41e3528
JR
1 .section zpage
2vector:
3 .word h8300_branches
252b5132
RH
4 .text
5h8300_branches:
6 bsr h8300_branches
7 jmp h8300_branches
8 jmp @r0
f41e3528 9 jmp @@vector:8
252b5132
RH
10 jsr h8300_branches
11 jsr @r0
f41e3528 12 jsr @@vector:8
252b5132 13
This page took 0.686173 seconds and 4 git commands to generate.