Question: Q-3: Write a program in Assembly language using MIPS instruction set that read two integer numbers from the user, display whichever is the higher, or
Q-3: Write a program in Assembly language using MIPS instruction set that read two integer numbers from the user, display whichever is the higher, or display EQUAL if they are equal.
| Sample Input / Output Enter the :-
first number: 85 Enter the second number: 95 Second number is higher than the First
| Enter the first number: 85 Enter the second number: 85 Both numbers are Equal |
| Enter the first number: 95 Enter the second number: 85 First number is higher than the Second | |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
