using MIPS assembly language, you are to create a MIPS program that does an integer multiply using adds and shifts. The program is to input two positive integers between 0 and 32767 (the program must verify that the numbers are in this range and if not, print and error message and then ask the user to reinput the number). The program will then use shifts and adds to do an integer multiply. The program’s output will be the answer to the problem (the product). The numbers are restricted to the given range so that you do not have to worry about negative numbers or overflow in the 32 bit registers you have to work with. Make certain to have a prompt before the input, so that the user will know what to do. Also have a message stating what the output is. *Include a screenshot of the code running, Also have a lot of comments in your program as this is an assembly language program. Make the code neat and readab
using MIPS assembly language, you are to create a MIPS
*Include a screenshot of the code running, Also have a lot of comments in your program as this is an assembly language program. Make the code neat and readable.
Step by step
Solved in 5 steps with 3 images