.file "if1.c" gcc2_compiled.: ___gnu_compiled_c: .def ___main; .scl 2; .type 32; .endef .text LC0: .ascii "Enter a number: \0" LC1: .ascii "%d\0" LC2: .ascii "Yes, x is 7!\12\0" .align 4 .globl _main .def _main; .scl 2; .type 32; .endef _main: pushl %ebp movl %esp,%ebp subl $24,%esp call ___main addl $-12,%esp pushl $LC0 call _printf addl $16,%esp addl $-8,%esp leal -4(%ebp),%eax pushl %eax pushl $LC1 call _scanf addl $16,%esp cmpl $7,-4(%ebp) jne L3 addl $-12,%esp pushl $LC2 call _printf addl $16,%esp L3: L2: leave ret .def _scanf; .scl 2; .type 32; .endef .def _printf; .scl 2; .type 32; .endef