Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 643 Bytes

File metadata and controls

18 lines (15 loc) · 643 Bytes

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.


Slide Screenshot

060.jpg


Slide Text

  • 1024 Elements 256-Bits
  • Most EVM Operations -> Stack Elements
  • Stack-Based Architecture Top 16 Elements
  • Stack-specific Operations (PUSH/POP/SWAP/DUP)

References