.file "array3.c" gcc2_compiled.: ___gnu_compiled_c: .def ___main; .scl 2; .type 32; .endef .text LC0: .ascii "The 1st element of z is %d\12\0" .align 32 LC1: .ascii "The 2nd element of z is now %d\12\0" .align 4 .globl _main .def _main; .scl 2; .type 32; .endef _main: pushl %ebp movl %esp,%ebp subl $24,%esp call ___main movl $7,-16(%ebp) movl $10,-12(%ebp) movl $5,-8(%ebp) addl $-8,%esp movl -16(%ebp),%eax pushl %eax pushl $LC0 call _printf addl $16,%esp movl $220,-12(%ebp) addl $-8,%esp movl -12(%ebp),%eax pushl %eax pushl $LC1 call _printf addl $16,%esp L2: leave ret .def _printf; .scl 2; .type 32; .endef