aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/cr16/orb.cgs
blob: 43ce26b305923fe6ab0721c2d851cd708d068d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# cr16 testcase for orb $imm, reg
# mach(): cr16

	.include "testutils.inc"

	start

	.global orb
orb:
	movb $3, r4
	movb $6, r5

	orb r4,r5

	test_h_gr r5, 7

	pass