Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 620 Bytes

EVM Architecture Differences.md

File metadata and controls

20 lines (17 loc) · 620 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

References