Chapter 2: 17 (page 168)
Provide the type, assembly language instruction, and binary representation of instruction described by the following MIPS fields:
op=, rs=1, rt=2, const=
Short Answer
Type of the instruction described by the MIPS fields: Immediate Instruction
Assembly language Instruction: load word
The binary representation of instruction:
op | rs | rt | immediate |
100011 | 0001 | 00010 | 0000 0000 0000 0100 |