.file "hello.c" .section .rodata.str1.1,"aMS",@progbits,1 .LC0: .string "Hello World!" .text .p2align 2,,3 .globl main .type main, @function main: pushl %ebp movl %esp, %ebp subl $8, %esp andl $-16, %esp subl $12, %esp pushl $.LC0 call puts xorl %eax, %eax leave ret .size main, .-main .section .note.GNU-stack,"",@progbits .ident "GCC: (GNU) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)"