summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/cr16/beq0b.cgs
blob: af6a26b5253f9d2d7a5959ed959631f42694c25a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cr16 testcase for beq0b reg disp5
# mach(): cr16

	.include "testutils.inc"

	start

	.global beq0b
beq0b:
	mvi_h_condbit 0
	movw $0x1200, r4
	beq0b r4, 0x1a
not_ok:
	fail
ok:
	pass