Little-endian

Revision as of 02:31, 21 April 2022 by Todd Price (talk | contribs) (Created page with "The little-endian convention is a type of addressing that refers to the order of data stored in memory. In this convention, the least significant bit (or "littlest" end) is fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The little-endian convention is a type of addressing that refers to the order of data stored in memory. In this convention, the least significant bit (or "littlest" end) is first stored at address 0, and subsequent bits are stored incrementally.

For example, the number one million would be stored in memory as 0000001.