Browse Source

PoC-7: Instruction set reform redux.

cl-refactor
Gav Wood 11 years ago
parent
commit
eb5fdb59ea
  1. 2
      libevmface/Instruction.h

2
libevmface/Instruction.h

@ -84,7 +84,7 @@ enum class Instruction: uint8_t
GASLIMIT, ///< get the block's gas limit
POP = 0x50, ///< remove item from stack
MLOAD = 0x53, ///< load word from memory
MLOAD, ///< load word from memory
MSTORE, ///< save word to memory
MSTORE8, ///< save byte to memory
SLOAD, ///< load word from storage

Loading…
Cancel
Save