Build a MIPS assembler program to do the following:
- Enter three integers from the keyboard
- Calculate and display the sum of the numbers
- Select and display the smallest of the numbers
- Select and display the largest of the numbers
- Allow for multiple iterations during the same run
HINT: Write each step as comment in a MIPS program, then write the MIPS command for each comment.
Attach your .asm file and submit.