.file "array1.c" gcc2_compiled.: ___gnu_compiled_c: .globl _x .data .align 4 _x: .long 7 .long 14 .long 21 .def ___main; .scl 2; .type 32; .endef .text LC0: .ascii "The 1st element is %d\12\0" LC1: .ascii "The 2nd element is now %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 $-8,%esp movl _x,%eax pushl %eax pushl $LC0 call _printf addl $16,%esp movl $100,_x+4 addl $-8,%esp movl _x+4,%eax pushl %eax pushl $LC1 call _printf addl $16,%esp L2: leave ret .def _printf; .scl 2; .type 32; .endef