Question: Write a MIPS program to remove a given element from an array. You may use any temporary registers from $t 0 to $t 9 or
Write a MIPS program to remove a given element from an array. You may use any temporary registers from $t to $t or saved registers from $ to $ Clearly specify your choice of registers and
explain your code using comments.
Example Test: If the values of $ through $ and array elements are initialized in the simulator as:
Use the button under the Registers display to initialize register values for $$$ and the button under the Memory display to
initialize the initial array elements. The resultant registers are: The resultant array is:
Note: Only the registers $$ $s and the first $s elements in memory will be checked by the automated tests.
Grading: automated tests worth points each. manual checks one for comments and one for use of user defined labels worth
points each. Manual score will be added after the deadline.
Submission Attempts: You will have limited number of submissions ie only attempts to compare with the automated tests, but you
can run the simulator any number of times without clicking on submit for grading. Also, the first time you open the assignment, canvas will
consider it as the first attempt even if you do not click submit to canvas.Assembly
Line # Change the C code here if you have u:
Line
Line #int i ;
Line #while #;#;
Below is an example of the C code segment to perform the above task. You may use a different code, but you have to write the code that
you use as a comment before the MIPS code.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
