.file "980223.c" .text .align 2 .globl bar .type bar, @function bar: link.w %a6,#0 jbsr abort nop .size bar, .-bar .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 move.l %d3,-(%sp) move.l %d2,-(%sp) move.l 16(%a6),%d1 move.l 20(%a6),%d2 move.l 8(%a6),%a0 move.l 12(%a6),%a1 move.l 4(%a0),%a1 move.l (%a0),%a0 move.l %a1,%d0 moveq.l #64,%d3 and.l %d3,%d0 jbeq .L3 move.l 8(%a0),%d1 move.l 12(%a0),%d2 moveq.l #64,%d0 and.l 4(%a0),%d0 jbeq .L3 move.l %d2,-(%sp) move.l %d1,-(%sp) jbsr bar move.l %d1,%d2 move.l %d0,%d1 addq.l #8,%sp .align 2 .L3: move.l %d1,%d0 move.l %d2,%d1 move.l -8(%a6),%d2 move.l -4(%a6),%d3 unlk %a6 rts .size foo, .-foo .globl cons1 .data .align 2 .type cons1, @object .size cons1, 16 cons1: .long nil .long 0 .long nil .long 0 .globl cons2 .align 2 .type cons2, @object .size cons2, 16 cons2: .long cons1 .long 64 .long nil .long 0 .section .rodata .align 2 .LC0: .long cons2 .long 64 .align 2 .LC1: .long nil .long 0 .text .align 2 .globl main .type main, @function main: link.w %a6,#0 move.l .LC1+4,-(%sp) move.l .LC1,-(%sp) move.l .LC0+4,-(%sp) move.l .LC0,-(%sp) jbsr foo clr.l %d0 unlk %a6 rts .size main, .-main .comm nil,4,2 .ident "GCC: (GNU) 3.3.2"