Question: Write a MIPS program that checks whether two integers are exactly a factor of 2 apart from this code. It is not recommended that you
Write a MIPS program that checks whether two integers are exactly a factor of 2 apart from this code. It is not recommended that you use any of the mult or div instructions. You can solve the problem without them.

. data error string:asciiz "ERROR: not enough arguments n" newline: .asciiz "" . text ma1n: li Svo, 5 syscall move to, vO li Svo, 5 syscall move tl, svo # Input integers are stored in sto and Stl # Finish the assembly program , # such that at the end of the program , # #30 holds the integer 1 if St1 IS 2x larger than sto, #-1 if st1 is 2x smaller than sto, and 7 otherwise. # YOUR SOLI HERE # exit cleanly syscall
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
