Provide the type assembly language instruction and binary re
Provide the type, assembly language instruction, and binary representation of instruction described by the following MIPS fields:
op=0x23, rs=1, rt=2, immediate=0x49.
Solution
Binary: ${(100011\\ 00001\\ 00010\\ 00000\\ 00000\\ 110001)}_2$
| Type: I-Type |
