nop

No Operation

nop

Does nothing. (Alias for 'ori 0, 0, 0').

Details

The nop instruction is a no-operation that does nothing. It is used to optimize code by minimizing the use of processor execution resources.

Pseudocode Operation

// No operation

Programming Note

The nop instruction is useful for optimizing code by reducing unnecessary operations, but it has no effect on program state or execution flow.

Example

nop

Encoding

Binary Layout
24
0
0
6
0
11
0
16
 
Format D-form
Opcode 0x60000000
Extension Base

Operands