summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/bnc8.cgs
blob: dae2613cc9f8d3f6be0c8241cf261e25fe9b06e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# m32r testcase for bnc $disp8
# mach(): m32r m32rx

	.include "testutils.inc"

	start

	.global bnc8
bnc8:
	mvi_h_condbit 0
	bnc.s test0pass

test1fail:
	fail

test0pass:
	mvi_h_condbit 1
	bnc.s test1fail

	pass