1 #as:
2 #objdump:  -dr
3 #name:  push_test
4 
5 .*: +file format .*
6 
7 Disassembly of section .text:
8 
9 00000000 <main>:
10    0:	87 01       	push	\$0x1,r7,RA
11    2:	96 01       	push	\$0x2,r6,RA
12    4:	a5 01       	push	\$0x3,r5,RA
13    6:	b4 01       	push	\$0x4,r4,RA
14    8:	c3 01       	push	\$0x5,r3,RA
15    a:	d2 01       	push	\$0x6,r2,RA
16    c:	e1 01       	push	\$0x7,r1,RA
17    e:	07 01       	push	\$0x1,r7
18   10:	16 01       	push	\$0x2,r6
19   12:	25 01       	push	\$0x3,r5
20   14:	34 01       	push	\$0x4,r4
21   16:	43 01       	push	\$0x5,r3
22   18:	52 01       	push	\$0x6,r2
23   1a:	61 01       	push	\$0x7,r1
24   1c:	5c 01       	push	\$0x6,r12
25   1e:	1e 01       	push	RA
26   20:	1e 01       	push	RA
27