In MIPS assembly, write down an assembly language version of following C code segment:
int A[10], B[10];
for (i=1; i < 10; i++) {
A[i] = A[i-1] + B[i];
}
For each of the seven steps of information gathering steps specify the tool, utility, or command executed from the Windows, Linux, or Mac and how does the utility, tool, or command obtain the information from Windows, Linux, or Mac operating.