aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cr16/storm_test.s
blob: ad5de6117e73db71707d7064d4e07b87bc87cfef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
        .text
        .global main
main:
	##############
	# storm cnt
	##############
 	storm $1
 	storm $2
 	storm $3
 	storm $4
 	storm $5
 	storm $6
 	storm $7
 	storm $8
	##############
	# stormp cnt
	##############
 	stormp $1
 	stormp $2
 	stormp $3
 	stormp $4
 	stormp $5
 	stormp $6
 	stormp $7
 	stormp $8