evm-opcodes icon indicating copy to clipboard operation
evm-opcodes copied to clipboard

Split instruction table into implemented vs un-implemented instructions

Open computerality opened this issue 7 years ago • 0 comments

Some pending instructions not implemented by any eth clients (such as JUMPTO) are current listed in the main table. There are also instructions like SSTOREBYTES references in https://github.com/ethereum/EIPs/issues/97 that are not actually implemented. These should be split into a separate tables

computerality avatar Sep 04 '18 09:09 computerality