.section ".text",#alloc,#execinstr .file "loop.c" .section ".rodata1",#alloc .align 4 ! ! CONSTANT POOL ! .L100: .ascii "Enter vector size: \000" .align 4 ! ! CONSTANT POOL ! .L101: .ascii "%d\000" .align 4 ! ! CONSTANT POOL ! .L111: .ascii "c[%d] = %g\n\000" .section ".text",#alloc,#execinstr /* 000000 0 */ .align 4 ! ! SUBROUTINE loop ! ! OFFSET SOURCE LINE LABEL INSTRUCTION .global loop loop: /* 000000 */ save %sp,-104,%sp /* 0x0004 */ or %g0,%i0,%g2 /* 0x0008 */ st %g2,[%fp+68] /* 0x000c */ or %g0,%i1,%g3 /* 0x0010 */ st %g3,[%fp+72] /* 0x0014 */ or %g0,%i2,%g4 /* 0x0018 */ st %g4,[%fp+76] /* 0x001c */ or %g0,%i3,%o0 /* 0x0020 */ st %o0,[%fp+80] .L90: ! FILE loop.c ! 1 !#define MAXVSIZE 1000 ! 2 !#include ! 4 !void loop(double c[], double a[], double b[], int n) { ! 5 ! int i; ! 7 ! for (i=0;i