summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/arm/thumb/addi8.cgs
blob: d8e9f8162e4574b2d18037d5a13ff9217d89c578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# arm testcase for add ${bit10-rd},#$offset8
# mach: unfinished

	.include "testutils.inc"

	start

	.global addi8
addi8:
	add r0,#0

	pass