Little Endian is the layout of multi-byte values in memory used by many processors, including Intel x86's and OKI 66k's. Little Endian layout stores the least significant byte first.
For 16-bit values, the actual value is Second Byte*256 + First Byte
|
Copyright © 2002-present by the contributing authors. All material on this collaboration platform is the property of the contributing authors, and is covered by the Non-Commercial Share-Alike License unless explicitly stated otherwise. |
|