POOL32A 000000 |
rt |
rs |
rd |
0 |
NOR 1011010000 |
6 |
5 |
5 |
5 |
1 |
10 |
NOR rd, rs, rt |
microMIPS |
Not Or |
Not Or
To do a bitwise logical NOT OR.
GPR[rd] = GPR[rs] nor GPR[rt]
The contents of GPR rs are combined with the contents of GPR rt in a bitwise logical NOR operation. The result is placed into GPR rd.
None
GPR[rd] = GPR[rs] nor GPR[rt]
None