Encoding:

POOL32A

000000

rt

rs

rd

0

NOR

1011010000

6

5

5

5

1

10

Format:

NOR rd, rs, rt

microMIPS

Not Or

Purpose:

Not Or

To do a bitwise logical NOT OR.

Description:

 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.

Restrictions:

None

Operation:

GPR[rd] = GPR[rs] nor GPR[rt]

Exceptions:

None