Take, for example, the integer
1003421
dec
(000f4f9d
hex). We assume that this
integer is stored at address X
in memory. In
the Little-Endian storage, shown at left, the byte at the "address
of" the integer has value 9d
hex. In
Big-Endian storage, shown at right, the byte at the "address of"
the integer is 00
hex.Lecture 24: Data Formats and Encoding -- A Philosophy Lecture | Copyright © 2005 P.Scott, La Trobe University Bendigo. |