nop

Do nothing

Bytecode

Type Description
u1 nop opcode = 0x0 (0)

Stack No change

Description Do nothing. This instruction has no effect - compilers sometimes generate nop's for debugging, testing or timing purposes.

Example

nop             ; do nothing