################################################################################## #CS2710 Homework 3 # Put your name here. # # Read these instructions carefully and fully. # # Write a MIPS assembly program that copies n values from array A to array B. # The definitions of A and B are in the .data section below. # The equivalent program in Java would be something like this: # for(i=0; i