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

	.include "testutils.inc"

	start

	.global ne0b
bne0b:
	mvi_h_condbit 0
	movw $0x1201, r4
	bne0b r4, 0x1a
not_ok:
	fail
ok:
	pass