Question: Code Needs to be in MIPS CSE/EEE 230 Spring 2019 Assignment 2 Due February 11 11:59PM No late assignments Write a MIPS assembly language program
Code Needs to be in MIPS 
CSE/EEE 230 Spring 2019 Assignment 2 Due February 11 11:59PM No late assignments Write a MIPS assembly language program to do the following. You may use pseudo or extended instructions and labels in this assignment. Print your name Using a loop, prompt the user to enter a number from 1 to 5. If the number entered is not in the range from1 to 5, print an error message. Your program should continue to prompt for and read input until a value from 1 to 5 is entered. The number that is entered is the number of times to repeat step 3. So if the input is 4, you will repeat step 3 four times Using a loop, repeat the following the number of times that you finally got in the range from 1 to 5. See the same input and output for more information 1. 2. 3. a. b. c. Print the number of times in this step Prompt for and read two integers. Print the following i. If the sum of the two integers is "Even" or "Odd" ii. If the integers are equal, print "Equal" ii. If the first integer is less than the second integer, print "Less than" iv. If the first integer is greater than the second integer, print "Greater than" 4. Print "program complete" and then stop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
