xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cr16/br.cgs (revision 4b169a6ba595ae283ca507b26b15fdff40495b1c)
1# cr16 testcase for bc $disp24
2# mach(): cr16
3
4	.include "testutils.inc"
5
6	start
7
8	.global bc24
9bc24:
10
11	mvi_h_condbit 0
12	bne test0fail
13	br test0pass
14test0fail:
15	fail
16test0pass:
17
18	mvi_h_condbit 1
19	bne test1pass
20	fail
21test1pass:
22
23	pass
24
25