I-type, Immediate Instructions
When an operand is a small constant it can be stored in the instruction, saving fetching it from memory and using a general register.
addi $8, $9 100 # Add immediate
op rs rt immediate I-type instructions
00100001001010000000000001100100