.file "20010202-1.c" .globl x .data .type x, @object .size x, 2 x: .byte 69 .zero 1 .text .align 2 .globl main .type main, @function main: link.w %a6,#0 clr.l -(%sp) jbsr exit nop .size main, .-main .ident "GCC: (GNU) 3.3.2"