.file "scond.c" .text .align 2 .globl scond .type scond, @function scond: link.w %a6,#0 move.l 8(%a6),%d0 cmp.l 12(%a6),%d0 sgt %d0 extb.l %d0 neg.l %d0 move.l 16(%a6),%d1 cmp.l 20(%a6),%d1 slt %d1 extb.l %d1 neg.l %d1 and.l %d1,%d0 unlk %a6 rts .size scond, .-scond .ident "GCC: (GNU) 3.3.2"