Question: Task #1 - Write a MIPS assembly program that reads two integers from the user x & y. If y is zero, raise an exception
Task #1 - Write a MIPS assembly program that reads two integers from the user x & y. If y is zero, raise an exception and the user should be prompted to enter a different value of y. If y is not zero, perform the operation x/y. . (Hint: use trap instruction after reading y) Sample Run of the task Enter Dividend (x): 10 Enter Divisor (y): 0 Divide By Zero Exception. Please enter a different value for y. Enter Divisor (y): 2 The result of x/y is 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
