MUST BE IN MIPS Write an assembly program to read three 32bi
**MUST BE IN MIPS**
Write an assembly program to read three 32-bit signed integers from the user. Determine the smallest of these three numbers and display this result. Don’t use loops. Prompt the user for each entered integer.
Your output should look something like the following example.
Solution
Code :
