aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/pop3.cgs
blob: 13478f1f4e72e8de40e5017f718bce27670cbb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# cr16 testcase for pop RA insns.
# mach:	 cr16

	.include "testutils.inc"

	start

	.global pop3
pop3:
	movd $0x1006, (sp)
	movd $0xabcd, (r3,r2)
	stord (r3,r2), 0x1006
	pop RA


	cmpd $0xabcd, (ra)
	beq ok
	br not_ok
not_ok:
	fail
ok:
	pass