Question: convert the following pseudo code to MIPS assembly, write the values of the registers used in the program after it has fully executed 1) #
convert the following pseudo code to MIPS assembly, write the values of the registers used in the program after it has fully executed
1) # a = $s = 2
#b = $s = 16
#x=$s2
#y-$s3
x= 4.a + 128.b
y = a/2 - b/16
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
