Skip to content

Instantly share code, notes, and snippets.

@maurelian
Created January 23, 2018 18:59
Show Gist options
  • Save maurelian/b54c8d277c2246ed08c348baaf543355 to your computer and use it in GitHub Desktop.
Save maurelian/b54c8d277c2246ed08c348baaf543355 to your computer and use it in GitHub Desktop.
layout title date
post
EVM implementation references
2017-10-02 17:11

Parity

https://github.com/paritytech/parity/blob/d365281cce919edc42340c97ce212f49d9447d2d/ethcore/evm/src/instructions.rs#L169

Instruction format in parity: InstructionInfo { name: name, args: args, //how many it takes ret: ret, // how many it returns tier: tier // gas cost tier }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment