.file "hello.c" .intel_syntax noprefix .section .rodata .LC0: .string "mamma" .LC1: .string "Ciao %d %s" .text .globl main .type main, @function main: .LFB0: .cfi_startproc push ebp .cfi_def_cfa_offset 8 .cfi_offset 5, -8 mov ebp, esp .cfi_def_cfa_register 5 and esp, -16 sub esp, 16 mov DWORD PTR [esp+8], OFFSET FLAT:.LC0 mov DWORD PTR [esp+4], 5 mov DWORD PTR [esp], OFFSET FLAT:.LC1 call printf #APP # 8 "hello.c" 1 mov eax, 0 # 0 "" 2 #NO_APP mov eax, 0 leave .cfi_restore 5 .cfi_def_cfa 4, 4 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Debian 4.8.2-18) 4.8.2" .section .note.GNU-stack,"",@progbits