.file "scanf.c" gcc2_compiled.: ___gnu_compiled_c: .globl _x .data .align 4 _x: .long 0 .globl _y .align 4 _y: .long 0 .def ___main; .scl 2; .type 32; .endef .text LC0: .ascii "Enter 2 integer values:\0" LC1: .ascii "%d%d\0" LC2: .ascii "Two values are: %d, %d\12\0" .align 4 .globl _main .def _main; .scl 2; .type 32; .endef _main: pushl %ebp movl %esp,%ebp subl $8,%esp call ___main addl $-12,%esp pushl $LC0 call _printf addl $16,%esp addl $-4,%esp pushl $_y pushl $_x pushl $LC1 call _scanf addl $16,%esp addl $-4,%esp movl _y,%eax pushl %eax movl _x,%eax pushl %eax pushl $LC2 call _printf addl $16,%esp L2: leave ret .def _scanf; .scl 2; .type 32; .endef .def _printf; .scl 2; .type 32; .endef