.file "buns.c" .text .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 move.l 8(%a6),%d0 subq.l #1,%d0 seq %d0 extb.l %d0 neg.l %d0 unlk %a6 rts .size foo, .-foo .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "The largest possible unsigned <= 0 on this machine..." .text .align 2 .globl main .type main, @function main: link.w %a6,#0 pea -1.w jbsr foo addq.l #4,%sp tst.l %d0 jbeq .L3 pea .LC0 jbsr puts addq.l #4,%sp .align 2 .L3: unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"