Upload Tizen:Base source
[external/binutils.git] / gas / testsuite / gas / cr16 / pop_test.s
1         .text
2         .global main
3 main:
4         ####################
5         # pop uimm3 regr RA
6         ####################
7         pop $1,r7,RA
8         pop $2,r6,RA
9         pop $3,r5,RA
10         pop $4,r4,RA
11         pop $5,r3,RA
12         pop $6,r2,RA
13         pop $7,r1,RA
14         #################
15         # pop uimm3 regr
16         #################
17         pop $1,r7
18         pop $2,r6
19         pop $3,r5
20         pop $4,r4
21         pop $5,r3
22         pop $6,r2
23         pop $7,r1
24         ##########
25         # pop RA
26         ##########
27         pop RA