Question: The MIPS assembly program given here is expected to copy elements at the address sourceArr to another array of words in memory named as targetArr
The MIPS assembly program given here is expected to copy elements at the address sourceArr to another array of words in memory named as targetArr. The number of words the program should copy is specified by the value at the address arrSize. Even though the code is syntactically correct, there are few bugs because of which the program is not giving the required output. With the help of the line numbers commented identify the bug. Write the line number where you find the bug and give how the correct statement to eliminate the corresponding logical error.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
