Question: Write a simple MIPS Assembly program to average 3 integers. Make sure to read in three numbers from the user instead of hard coding them.

Write a simple MIPS Assembly program to average 3 integers. Make sure to read in three numbers from the user instead of hard coding them. Please put out appropriate string messages on the console when requesting user to enter an integer and when you print out the results. Also have a greeting message printed at first which says "This program determines the average of three integers" for example.

To divide the sum by 3 you may use div $t0, $t0, 3 where register $t0 conatins the sum of the 3 integers.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!