summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/bnc24.cgs
blob: 692d2d58436674336d5d702f8a4c8d6b16d740f1 (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 $disp24
# mach(): m32r m32rx

	.include "testutils.inc"

	start

	.global bnc24
bnc24:
	mvi_h_condbit 0
	bnc.l test0pass

test1fail:
	fail
test0pass:

	mvi_h_condbit 1
	bnc.l test1fail

	pass