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

	.include "testutils.inc"

	start

	.global bc8
bc8:

	mvi_h_condbit 0
	bc.s test0fail
	bra test0pass
test0fail:
	fail
test0pass:

	mvi_h_condbit 1
	bc.s test1pass
	fail
test1pass:

	pass