COL 216: Assignment 1 solution

$24.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (2 votes)

Problem:
Write a MIPS Assembly Program for comparing two matrices using Root Mean Square Error.
Input: 2 matrices of size 3×3 stored in the memory. The matrices can have any random integer
values.
Output : The root mean square difference between the two matrices should be stored in the
memory. The code should print the result.
Your code should read the values from the memory and compute, print and store the result in
the memory.
Example:
Other instructions:
Please refer to this document for help on MIPS Assembly language and QtSpim.
http://www.egr.unlv.edu/~ed/MIPStextSMv11.pdf
Please post your doubts on Piazza and we would be able to get back to you as soon as
possible.
We will be announcing office hours for asking your doubts for this assignment.
The demos for this assignment would be held during the Week 3 Lab.