hw4_1.s
.file "hw4_1.c"
.text
.globl fn
.type fn, @function
fn:
pushl %ebp
movl %esp, %ebp
movl 12(%ebp), %eax
addl 8(%ebp), %eax
addl %eax, %eax
popl %ebp
ret
.size fn, .-fn
.ident "GCC: (GNU) 4.1.2 20080704 (Red Hat 4.1.2-50)"
.section .note.GNU-stack,"",@progbits