Home /
Expert Answers /
Computer Science /
1-using-mips-reference-sheet-convert-the-following-mips-assembly-instructions-into-machine-langua-pa940
(Solved): 1. Using MIPS reference sheet, convert the following MIPS assembly instructions into machine langua ...
1. Using MIPS reference sheet, convert the following MIPS assembly instructions into machine language in binary format and get the corresponding compact hex code (clearly mark different fields in the 32-bit instruction words): (5×2=10 Points ) a. or Ss1,St1,St2 b. addi $s2,$s1,?4 c. Iw Ss2, 4(SSp) d. bne $s1,$s2, branch loe (Assume that the relative address of the instruction at the label branch loc with respect the instruction following the current conditional branch instruction "bne" is - 24) e. j abs jump_address (assume that the least significant 4 hex digits of the abs jump address are 4FFC. Discuss how the instruction processing hardware of the MIPS system would construct the 32 bit memory address from the 26 bit number corresponding to abs jump_address.