Encoding:

RR

11101

rx

ry

NOT

01111

5

3

3

5

Format:

NOT rx, ry

MIPS16e

Not

Purpose:

Not

To complement an integer value

Description:

GPR[rx] = (NOT GPR[ry])

The contents of GPR ry are bitwise-inverted and placed in GPR rx.

Restrictions:

None

Operation:

GPR[Xlat(rx)] = (not GPR[Xlat(ry)])

Exceptions:

None