.file "mul.c" .text .align 2 .globl mulqi .type mulqi, @function mulqi: link.w %a6,#0 move.b 15(%a6),%d1 extb.l %d1 move.b 19(%a6),%d0 extb.l %d0 divs.l %d0,%d1 move.l 8(%a6),%a0 move.b %d1,(%a0) unlk %a6 rts .size mulqi, .-mulqi .ident "GCC: (GNU) 3.3.2"