Question: Use MARS software to develop a well - documented MIPS Assembly program that: defines in the data segment a static matrix named mymat consisting of
Use MARS software to develop a welldocumented MIPS Assembly program that:
defines in the data segment a static matrix named mymat consisting of elements and
initializes them with any float values;
prints the elements of array mymat values per line separated by double colons :: ;
prompts the user to enter from the KBD integer numbers col and col in the range to
representing column numbers in the matrix mymat, validates the entered values and if wrong
values are entered prints a proper error message and prompts the user to enter again.
swaps the elements of columns specified by the values of col and col
prints the elements of array mymat values per line separated by double dollar signs $$ ;
creates a dynamic array and fills it with elements from row # of mymat.
at the beginning of a new line, prints all elements of the obtained dynamic array separated by
one star
The program output MUST be selfreadable: Use proper messages in your output.
Hints & Notes:
Late submissions are NOT accepted.
Homework must be prepared and submitted by teams of NO more than TWO students.
Solve all homework parts in sequence and use separator lines between code
fragments for each of the abovementioned tasks.
Use simple values to verify the correctness of calculations in your program.
Trace your code and watch the contents of registers and memory locations after
executing each instruction.
To prove the correctness of your code, repeat the previous steps for other matrix values.
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
