.file "970217-1.c" .text .align 2 .globl sub .type sub, @function sub: link.w %a6,#0 move.l 8(%a6),%d0 addq.l #1,%d0 unlk %a6 rts .size sub, .-sub .align 2 .globl main .type main, @function main: link.w %a6,#-40 pea -40(%a6) pea 10.w jbsr sub addq.l #8,%sp moveq.l #11,%d1 cmp.l %d0,%d1 sne %d0 extb.l %d0 neg.l %d0 move.l %d0,-(%sp) jbsr exit nop .size main, .-main .ident "GCC: (GNU) 3.3.2"