We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated MIPS pseudo instructions (markdown)
Mistake on formatting table
some pseudo-instructions are missing.
Correction of the expansion of "branch if not equal to immediate" from "beq $t, $at, C" to "bne $t, $at, C".
liu only takes two arguments and it was wrong anyway. https://stackoverflow.com/questions/24188171/mips-assembly-li-pseudo-instruction.
beq if equal and not equal to immediate was not using immediate value in pseudo instructions.
Created MIPS pseudo instructions (markdown)