MIPS instruction and machine code
Actually you have only found the instruction, so it’s not ending there from your spec. Write out the machine code for the MIPS instruction. In order to write the machine code for this instruction you need to look at MIPS reference sheet MIPS Reference sheet If you look at the sheet the lw has opcode 35 and for $1 is 17 , … Read more