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