.file "ase.c" .text .align 2 .globl ase .type ase, @function ase: link.w %a6,#0 move.l 8(%a6),%a0 move.w 2(%a0),%d0 ext.l %d0 move.w %d0,4(%a0) jbeq .L2 addq.w #1,(%a0,%d0.l*2) .L2: tst.l %d0 seq %d0 extb.l %d0 neg.l %d0 unlk %a6 rts .size ase, .-ase .ident "GCC: (GNU) 3.3.2"