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