.file "speed.c" .text .align 2 .globl main .type main, @function main: link.w %a6,#0 move.l #5000000,%d0 .align 2 .L6: subq.l #3,%d0 jbpl .L6 unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"