Instruction Formats


Each instruction is placed on a separate line in the following format:
   label:    mnemonic    operands    #comment
All MIPS instructions are 32 bits in length and consist of three types:
  • I-type, which is used for immediate instructions.

  • J-type, which is used for the unconditional jump instructions. Conditional branch is using I-type format.