.text .file "hello.c" .globl main # -- Begin function main .p2align 4, 0x90 .type main,@function main: # @main .cfi_startproc # %bb.0: pushq %rax .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 6.0.0-1ubuntu2 (tags/RELEASE_600/final)" .section ".note.GNU-stack","",@progbits