diff options
Diffstat (limited to 'gas/testsuite/gas/h8300/branch-coff.s')
-rw-r--r-- | gas/testsuite/gas/h8300/branch-coff.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/testsuite/gas/h8300/branch-coff.s b/gas/testsuite/gas/h8300/branch-coff.s new file mode 100644 index 000000000000..25806153c42c --- /dev/null +++ b/gas/testsuite/gas/h8300/branch-coff.s @@ -0,0 +1,10 @@ + .text +h8300_branches: + bsr h8300_branches + jmp h8300_branches + jmp @r0 + jmp @@16:8 + jsr h8300_branches + jsr @r0 + jsr @@16:8 + |