.file "stuct.c" .text .align 2 .globl main .type main, @function main: link.w %a6,#0 moveq.l #2,%d0 move.l %d0,s+4 moveq.l #3,%d0 move.l %d0,s+8 moveq.l #2,%d0 move.l %d0,ss+4 moveq.l #3,%d0 move.l %d0,ss+8 unlk %a6 rts .size main, .-main .comm s,40000012,2 .comm ss,40000012,2 .ident "GCC: (GNU) 3.3.2"