Skip to main content

Module stack_memory_storage_flow

Module stack_memory_storage_flow 

Source
Expand description

§Control flow and memory operations

Includes the following opcodes:

  • POP
  • GAS
  • PC
  • MLOAD
  • MSTORE
  • MSTORE8
  • MCOPY
  • MSIZE
  • TLOAD
  • TSTORE
  • SLOAD
  • SSTORE
  • JUMPDEST
  • JUMP
  • JUMPI

Structs§

OpGasHandler
Implementation for the GAS opcode.
OpJumpDestHandler
Implementation for the JUMPDEST opcode.
OpJumpHandler
Implementation for the JUMP opcode.
OpJumpIHandler
Implementation for the JUMPI opcode.
OpMCopyHandler
Implementation for the MCOPY opcode.
OpMLoadHandler
Implementation for the MLOAD opcode.
OpMSizeHandler
Implementation for the MSIZE opcode.
OpMStore8Handler
Implementation for the MSTORE8 opcode.
OpMStoreHandler
Implementation for the MSTORE opcode.
OpPcHandler
Implementation for the PC opcode.
OpPopHandler
Implementation for the POP opcode.
OpSLoadHandler
Implementation for the SLOAD opcode.
OpSStoreHandler
Implementation for the SSTORE opcode.
OpTLoadHandler
Implementation for the TLOAD opcode.
OpTStoreHandler
Implementation for the TSTORE opcode.