Building an EVM from scratch part 1 - the execution context
Building an EVM from scratch part 2 - branching instructions
Building an EVM from scratch part 3 - calldata and the function dispatcher
🟩🟩🟩🟩🟩🟩⬜⬜⬜⬜ 85/142 instructions implemented
Github branch: smol-evm/evm-from-scratch-pt3
In this part:
CALLDATASIZE
, CALLDATALOAD
...)GT
, LT
, EQ
, ISZERO
...)📬 Subscribe to the newsletter
In section 4.2 that defines transactions, the yellow paper specifies that