Question: Write a mips assembly language program with the following 5 options. Each option is a separate procedure. After option is selected perform given task and
Write a mips assembly language program with the following 5 options. Each option is a separate procedure. After option is selected perform given task and prompt user again for next option.
The options should be as follows: NOTE: All options are procedureshence use JAL instruction for options
1. Area of circle (input radius as float, output Area)
2. Circumference of a Circle (input radius as float, output Circle)
3. Area of rectangle (input length and width as double, output Area)
4. Perimeter of rectangle (input length and width as double, output Area)
5. Exit Program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
