* Contribute Hitachi SH5 simulator.
[deliverable/binutils-gdb.git] / sim / testsuite / sim / sh64 / compact / braf.cgs
1 # sh testcase for braf $rn -*- Asm -*-
2 # mach: all
3 # as: -isa=shcompact
4 # ld: -m shelf32
5
6 .include "compact/testutils.inc"
7
8 start
9
10 .global braf
11 braf:
12 mov #4, r0
13 braf r0
14 slot:
15 nop
16 bad:
17 fail
18 fail
19 okay:
20 pass
21 alsobad:
22 fail
23 fail
24 fail
This page took 0.038751 seconds and 4 git commands to generate.