.file "shloop.c" .text .align 2 .globl main .type main, @function main: link.w %a6,#-4 move.l %d2,-(%sp) move.l #10000000,%d1 .align 2 .L6: move.l %d1,%d0 moveq.l #10,%d2 asr.l %d2,%d0 move.l %d0,-4(%a6) subq.l #1,%d1 tst.l %d1 jbgt .L6 move.l (%sp)+,%d2 unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"