Question: Write a complete MIPS program that prompts the user for two integer (in a subroutine - call it twice), calculates the product of the integers
Write a complete MIPS program that prompts the user for two integer (in a subroutine - call it twice), calculates the product of the integers (also in a subroutine) and prints the product with simple descriptive text (also in a subroutine). You will have three little subroutines. Use the "simple linkage convention" (no stack use, use appropriate registers for arguments and return values). Do not worry about branch delays. Some syscall codes you may need are: print string, code 4 in $v0, string address in $a0; read integer, code 5, value returned in $v0; print integer, code 1, value in $a0; end program, code 10.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
