MIPS ‘nor’ usage in code

In my textbook, there are these lines of code: I understand the addu function, but when I get to the nor function and everything afterward, I don’t understand what it does. The textbook just says t3 = the 2’s complement of t1 – 1 for the 2nd line, but I don’t understand how that works … Read more