.file "example1.c" .version "01.01" gcc2_compiled.: .text .align 4 .globl example_1 .type example_1,@function example_1: pushl %ebp movl %esp,%ebp movl 12(%ebp),%eax addl 8(%ebp),%eax movl %ebp,%esp popl %ebp ret .Lfe1: .size example_1,.Lfe1-example_1 .section .rodata .LC0: .string "%d\n" .text .align 4 .globl main .type main,@function main: pushl %ebp movl %esp,%ebp subl $8,%esp addl $-8,%esp pushl $2 pushl $1 call example_1 addl $-8,%esp pushl %eax pushl $.LC0 call printf xorl %eax,%eax movl %ebp,%esp popl %ebp ret .Lfe2: .size main,.Lfe2-main .ident "GCC: (GNU) 2.95.3 20010315 (release)"