Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 545 Bytes

EVM Architecture Differences.md

File metadata and controls

17 lines (14 loc) · 545 Bytes

EVM does not follow the standard von Neumann architecture.

Rather than storing program code in generally accessible memory or storage, it is stored separately in a virtual ROM accessible only through a specialized instruction.


Slide Screenshot

064.jpg


Slide Text

  • Von Neumann vs. Harvard
  • Code & Data
  • Memory & Pathways
  • Together vs Separate
  • EVM Code -> Virtual ROM
  • Special Instruction