]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/sim/m32r/bc24.cgs
Initial creation of sourceware repository
[thirdparty/binutils-gdb.git] / sim / testsuite / sim / m32r / bc24.cgs
1 # m32r testcase for bc $disp24
2 # mach(): m32r m32rx
3
4 .include "testutils.inc"
5
6 start
7
8 .global bc24
9 bc24:
10
11 mvi_h_condbit 0
12 bc.l test0fail
13 bra test0pass
14 test0fail:
15 fail
16 test0pass:
17
18 mvi_h_condbit 1
19 bc.l test1pass
20 fail
21 test1pass:
22
23 pass
24