.file "register1.c" .section .rodata .LC0: .string "%d\n" .text .globl main .type main, @function main: .LFB0: .cfi_startproc pushq %rbp .cfi_def_cfa_offset 16 movq %rsp, %rbp .cfi_offset 6, -16 .cfi_def_cfa_register 6 pushq %rbx subq $24, %rsp movl %edi, -20(%rbp) movq %rsi, -32(%rbp) movl $1234567, %ebx .cfi_offset 3, -24 movl $.LC0, %eax movl %ebx, %esi movq %rax, %rdi movl $0, %eax call printf addq $24, %rsp popq %rbx leave .cfi_def_cfa 7, 8 ret .cfi_endproc .LFE0: .size main, .-main .ident "GCC: (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2" .section .note.GNU-stack,"",@progbits