Re: Ethereum Virtual Machine explainer

2021-04-30 Thread Antoine Toulme
Yes. Each byte is an operation. Some operations read and move the cursor. In this case 0x7f says push32, as in push next 32 bytes as a stack item. Followed by 0x01 to add, and then more ops. When you execute tests, it shows the execution order. > On Apr 30, 2021, at 06:54, nicolas melendez w

Ethereum Virtual Machine explainer

2021-04-29 Thread Antoine Toulme
Hello folks, Please see here a video I made explaining some of the concepts of the Ethereum Virtual Machine: https://youtu.be/9fyaDQ55x_E I hope you enjoy it. Please let me know if you have any feedback, anything to do differently, what else you’d like to see cov