Module control

Source
Expand description

Control flow instructions (JUMP, JUMPI, REVERT, etc.).

Functionsยง

invalid
Invalid opcode. This opcode halts the execution.
jump
Implements the JUMP instruction.
jumpdest
Implements the JUMPDEST instruction.
jumpi
Implements the JUMPI instruction.
pc
Implements the PC instruction.
ret
Implements the RETURN instruction.
revert
EIP-140: REVERT instruction
stop
Stop opcode. This opcode halts the execution.
unknown
Unknown opcode. This opcode halts the execution.