60 - Stack
Stack is made up of 1024 256-bit elements. EVM instructions can operate with the top 16 stack elements.
Most EVM instructions operate with the stack (stack-based architecture) and there are also stack-specific operations e.g. PUSH, POP, SWAP, DUP etc.
- 1024 Elements 256-Bits
- Most EVM Operations -> Stack Elements
- Stack-Based Architecture Top 16 Elements
- Stack-specific Operations (PUSH/POP/SWAP/DUP)