Encoding R-type Instructions
All MIPS instructions are 1 word (4 bytes, 32 bits) long
Partition word into fixed length fields
- op = operation • rs = first source operand
- rd = destination operand • shamt = shift amount
- rt = second source operand • funct = function field