65 - EVM Ordering
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
- Big-Endian vs Little-Endian
- EVM uses Big-Endian
- MSB -> Lowest Address
- LSB -> Highest Address