bc24.cgs   [plain text]


# m32r testcase for bc $disp24
# mach(): m32r m32rx

	.include "testutils.inc"

	start

	.global bc24
bc24:

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

	mvi_h_condbit 1
	bc.l test1pass
	fail
test1pass:

	pass