.file "paste.c" .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "hello world" .text .align 2 .globl Xhello .type Xhello, @function Xhello: link.w %a6,#0 pea .LC0 jbsr puts unlk %a6 rts .size Xhello, .-Xhello .ident "GCC: (GNU) 3.3.2"