aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/cmpi.cgs
blob: cff17e89a219c9968d17b42f0acb68bd6fa3fe3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# cr16 testcase for cmpi $imm16, reg
# mach(): cr16 

	.include "testutils.inc"

	start

	.global cmpi
cmpi:
	mvi_h_condbit 0
	movw $1, r4
	cmpw $1, r4
	beq ok
not_ok:
	fail
ok:
	mvi_h_condbit 1
	movw $2, r4
	cmpw $2, r4
	bne not_ok


	pass