Assembly language (MIPS) difference betweent addi and add

add adds the value in two registers

addi adds an immediate value (constant) to the register

This gives you some example.

Leave a Comment