1 .text 2 .syntax unified 3 push {r0} 4 push {r1, r2, r3} 5 push {r9} 6 pop {r9} 7 pop {r1, r2, r3} 8 pop {r0} 9