MIPS does not support operation. Instead, it provides nor as…
MIPS does not support operation. Instead, it provides nor as a replacement. Rewrite the following not operation using MIPS ‘nor’ instruction. [you need to write a single instruction using nor that does the same operation $t1 = complement($t2). Assume the data is already loaded in the registers $t1 and $t2 so no lw or sw is needed] not $t1, $t2
Read Details