Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 486 Bytes

EVM Ordering.md

File metadata and controls

18 lines (14 loc) · 486 Bytes

EVM uses big-endian ordering where the most significant byte of a word is stored at the smallest memory address and the least significant byte at the largest


Slide Screenshot

065.jpg


Slide Text

  • Big-Endian vs Little-Endian
  • EVM uses Big-Endian
  • MSB -> Lowest Address
  • LSB -> Highest Address

References