Some architectures that do not have a separate multiplier ty
Some architectures that do not have a separate multiplier typically utilize ALU in order to perform multiplication using shift and add instructions. Write MIPS code to perform the following multiplication using add shift instructions. Assuming that the first number is in register R1 and the second number is in register R2. Note that the numbers are given in decimal. 25 times 55
Solution
find the code as given below:
