.file "20030907-1.c" .text .align 2 .globl test .type test, @function test: link.w %a6,#0 move.l 8(%a6),%d0 move.l 12(%a6),%d1 eor.l %d1,%d0 move.l %d0,%d1 clr.l %d0 and.l 16(%a6),%d0 and.l 20(%a6),%d1 move.l %d0,r move.l %d1,r+4 unlk %a6 rts .size test, .-test .align 2 .globl main .type main, @function main: link.w %a6,#0 move.l %d3,-(%sp) move.l %d2,-(%sp) pea 3.w clr.l -(%sp) pea 2.w pea 1.w jbsr test lea (16,%sp),%sp move.l r,%d0 move.l r+4,%d1 clr.l %d2 moveq.l #3,%d3 sub.l %d3,%d1 subx.l %d2,%d0 jbeq .L3 jbsr abort .align 2 .L3: clr.l %d0 move.l -8(%a6),%d2 move.l -4(%a6),%d3 unlk %a6 rts .size main, .-main .comm r,8,2 .ident "GCC: (GNU) 3.3.2"