Expand description
§Control flow and memory operations
Includes the following opcodes:
POPGASPCMLOADMSTOREMSTORE8MCOPYMSIZETLOADTSTORESLOADSSTOREJUMPDESTJUMPJUMPI
Structs§
- OpGas
Handler - Implementation for the
GASopcode. - OpJump
Dest Handler - Implementation for the
JUMPDESTopcode. - OpJump
Handler - Implementation for the
JUMPopcode. - OpJumpI
Handler - Implementation for the
JUMPIopcode. - OpMCopy
Handler - Implementation for the
MCOPYopcode. - OpMLoad
Handler - Implementation for the
MLOADopcode. - OpMSize
Handler - Implementation for the
MSIZEopcode. - OpMStore8
Handler - Implementation for the
MSTORE8opcode. - OpMStore
Handler - Implementation for the
MSTOREopcode. - OpPc
Handler - Implementation for the
PCopcode. - OpPop
Handler - Implementation for the
POPopcode. - OpSLoad
Handler - Implementation for the
SLOADopcode. - OpSStore
Handler - Implementation for the
SSTOREopcode. - OpTLoad
Handler - Implementation for the
TLOADopcode. - OpTStore
Handler - Implementation for the
TSTOREopcode.