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