nop

No Operation

nop

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

Details

A no-operation instruction that performs no action and modifies no registers or status flags. It is commonly used for instruction alignment, timing, or as a placeholder. This is implemented as an alias for 'ori 0, 0, 0' in the base ISA.

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