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

	.include "testutils.inc"

	start

	.global ldb
ldb:
	movd $data_loc, (r4,r3)
	movw $0,r5

	loadb 0(r4,r3),r5

	test_h_gr r5, 0x78 # little endian processor

	pass

data_loc:
	.word 0x5678