.file "if2.c" gcc2_compiled.: ___gnu_compiled_c: .def ___main; .scl 2; .type 32; .endef .text LC0: .ascii "Enter 2 numbers: \0" LC1: .ascii "%d%d\0" LC2: .ascii "Yes, x equals y!\12\0" LC3: .ascii "No, q does NOT equal y\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 $-4,%esp leal -8(%ebp),%eax pushl %eax leal -4(%ebp),%eax pushl %eax pushl $LC1 call _scanf addl $16,%esp movl -4(%ebp),%eax cmpl -8(%ebp),%eax jne L3 addl $-12,%esp pushl $LC2 call _printf addl $16,%esp jmp L4 .p2align 4,,7 L3: addl $-12,%esp pushl $LC3 call _printf addl $16,%esp L4: L2: leave ret .def _scanf; .scl 2; .type 32; .endef .def _printf; .scl 2; .type 32; .endef