Question: convert the following pseudo code to MIPS assembly, write the values of the registers used in the program after it has fully executed # a
convert the following pseudo code to MIPS assembly, write the values of the registers used in the program after it has fully executed
# a = $s0 = 500
#b = $s1 = 1000
if a<100
b = b and a
else
b = b or a
end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
