2.3.3 [5] <2.2> If the variables f, g, h, i, and j have values 1, 2, 3, 4, and 5, respectively,
what is the end value of f?
The following problems deal with translating from MIPS to C. Assume that the
variables g, h, i, and j are given and could be considered 32-bit integers as declared
in a C program.
a. addi f, f, –4
b. add i, g, h
add f, i, f
 
 
View Solution
 
 
 
<< Back Next >>