This commit was generated by cvs2svn to track changes on a CVS vendor
[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.032201 seconds and 5 git commands to generate.