Mips Assembly Instruction: Subtracting With The Sub Command
Sub is a MIPS (MIPS Instruction Set Architecture) assembly instruction that performs subtraction. It takes three operands: the destination register, the first source register, and the second source register. The destination register is where the result of the subtraction will be stored. The first source register holds the minuend, and the second source register holds … Read more