Tuesday, May 13, 2008

Big Endian and Little Endian

In Big Endian system the most significant value is stored first in memory i.e in the lower order memory address.

In Little Endian system the least significant value is stored first i.e in the lower order memory address.

It occurs at byte level and can also extend to bit level within each byte.

No comments: