summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/fr30/add.ms
blob: 9da6868a110e4513c0491e7a4dedf034f12603c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# fr30 testcase for add $Rj,$Ri
# cpu {}

	.include "testutils.inc"

	START

	.text
	.global add
add:
	add ac,ac
	fail
	EXIT 0