.file "20000121-1.c" .text .align 2 .globl big .type big, @function big: link.w %a6,#0 unlk %a6 rts .size big, .-big .align 2 .globl doit .type doit, @function doit: link.w %a6,#0 move.l %a2,-(%sp) move.l 16(%a6),%a0 move.b (%a0),%d1 extb.l %d1 smi %d0 extb.l %d0 move.l %d1,-(%sp) move.l %d0,-(%sp) lea big,%a2 jbsr (%a2) move.l 8(%a6),4(%sp) clr.l (%sp) jbsr (%a2) move.l 12(%a6),4(%sp) clr.l (%sp) jbsr (%a2) addq.l #8,%sp move.l -4(%a6),%a2 unlk %a6 rts .size doit, .-doit .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "\n" .text .align 2 .globl main .type main, @function main: link.w %a6,#0 pea .LC0 pea 1.w pea 1.w jbsr doit lea (12,%sp),%sp clr.l %d0 unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"