.text .file "hello.c" .globl main # -- Begin function main .p2align 4, 0x90 .type main,@function main: # @main .cfi_startproc # BB#0: pushq %rax .Lcfi0: .cfi_def_cfa_offset 16 movl $.Lstr, %edi callq puts xorl %eax, %eax popq %rcx retq .Lfunc_end0: .size main, .Lfunc_end0-main .cfi_endproc # -- End function .type .Lstr,@object # @str .section .rodata.str1.1,"aMS",@progbits,1 .Lstr: .asciz "hello world" .size .Lstr, 12 .ident "clang version 5.0.1 (tags/RELEASE_501/final)" .section ".note.GNU-stack","",@progbits