[solved] – Question 99850
Use a minimal number of MIPS assembly instructions and identify all possible
addressing modes.
a) g = 4*h + 8-h;
b) while (h== 5)
g = 2*h + 8-h;
g = 8*h+ (8-h)
Expert Answer
OR
Use a minimal number of MIPS assembly instructions and identify all possible
addressing modes.
a) g = 4*h + 8-h;
b) while (h== 5)
g = 2*h + 8-h;
g = 8*h+ (8-h)
OR