1. What does this program compute?
2. What exception can the execution of this program cause?
3. What is the smallest value of the input that produces this exception?
Programming Problems:
Write short MIPS assembly snippets that cause any two of the following exceptions to occur:
1. Attempt to execute invalid instruction.
2. Division by zero.
3. Address error in store.
Turn in your code snippets:
bash$ turnin --submit upendra hw5 invalid.asm
bash$ turnin --submit upendra hw5 zero.asm