.file "g.c" .text .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 move.l %d2,-(%sp) move.l 16(%a6),%d1 move.l 20(%a6),%d2 cmp.l 8(%a6),%d1 jbne .L4 cmp.l 12(%a6),%d2 .L4: sne %d0 extb.l %d0 neg.l %d0 move.l (%sp)+,%d2 unlk %a6 rts .size foo, .-foo .ident "GCC: (GNU) 3.3.2"