.file "20030309-1.c" .text .align 2 .globl main .type main, @function main: link.w %a6,#0 move.l %d2,-(%sp) move.l s,%a0 move.l u,%d1 clr.l %d0 moveq.l #4,%d2 cmp.l %d1,%d2 jbcs .L2 move.l (%a0),%d0 .L2: move.l (%sp)+,%d2 unlk %a6 rts .size main, .-main .comm s,4,2 .comm u,4,2 .ident "GCC: (GNU) 3.3.2"