RR 11101 |
rx |
ry |
NOT 01111 |
5 |
3 |
3 |
5 |
NOT rx, ry |
MIPS16e |
Not |
Not
To complement an integer value
GPR[rx] = (NOT GPR[ry])
The contents of GPR ry are bitwise-inverted and placed in GPR rx.
None
GPR[Xlat(rx)] = (not GPR[Xlat(ry)])
None