Write a MIPS assembler program to do the following:
1. Get three integers from the keyboard
2. Calculate and display the sum of the integers
3. Select and display the smallest of the integers
4. Select and display the largest of the integers
5. Allow for multiple iterations during the same run
HINT: Write each step as comment in a MIPS program, then write the MIPS commands for each comment.