We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afa25e + 007205a commit b901affCopy full SHA for b901aff
libevmasm/Instruction.h
@@ -104,10 +104,9 @@ enum class Instruction: uint8_t
104
MSIZE, ///< get the size of active memory
105
GAS, ///< get the amount of available gas
106
JUMPDEST, ///< set a potential jump destination
107
- MCOPY = 0x5e, ///< copy between memory areas
108
-
109
TLOAD = 0x5c, ///< load word from transient storage
110
TSTORE = 0x5d, ///< save word to transient storage
+ MCOPY = 0x5e, ///< copy between memory areas
111
112
PUSH0 = 0x5f, ///< place the value 0 on stack
113
PUSH1 = 0x60, ///< place 1 byte item on stack
0 commit comments