summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/ldsb.cgs
blob: e1612c93a4e9512144860927bfb8aaab77496472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for ldsb $rd,[$rb,$ro]
# mach: unfinished

	.include "testutils.inc"

	start

	.global ldsb
ldsb:
	ldsb r0,[r0,r0]

	pass