.file "add3c.c" .text .globl add3 .type add3, @function add3: pushl %ebp movl %esp, %ebp subl $16, %esp movl 12(%ebp), %eax movl 8(%ebp), %edx leal (%edx,%eax), %eax addl 16(%ebp), %eax movl %eax, -4(%ebp) movl -4(%ebp), %eax leave ret .size add3, .-add3 .ident "GCC: (Gentoo 4.5.2 p1.0, pie-0.4.5) 4.5.2" .section .note.GNU-stack,"",@progbits