Question: Write a MIPS assembly program that reads two integers from the user x and y. If y is zero, raise an exception and the user

Write a MIPS assembly program that reads two integers from the user x and 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)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
