Question: Write a MIPS program where you ask the user to enter an integer a. Perform the following operation Set bits 17, 22 & clear bit
Write a MIPS program where you ask the user to enter an integer a. Perform the following operation Set bits 17, 22 & clear bit 30, 25. Finally, print out the value of the result as an integer.
(Please shifting operations : sll, srl, sra and load operations: li, la when necessary)
Sample run(Output): Enter a: 1107296259
Result = 4325379
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
