.file "or386.c" .text .align 2 .globl foo .type foo, @function foo: link.w %a6,#0 moveq.l #127,%d0 or.l 8(%a6),%d0 unlk %a6 rts .size foo, .-foo .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "%08x\n" .text .align 2 .globl main .type main, @function main: link.w %a6,#0 pea -1.w jbsr foo move.l %d0,(%sp) pea .LC0 jbsr printf unlk %a6 rts .size main, .-main .ident "GCC: (GNU) 3.3.2"