summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/add-hd-rs.cgs
blob: ca080f7e98ab04ff6310a6e761d88fb141ec0f16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for add $hd,$rs
# mach: unfinished

	.include "testutils.inc"

	start

	.global add_hd_rs
add_hd_rs:
	add r8,r0

	pass