// recovered archive

pgmfi.org wiki

honda / acura ecu development · TWiki library capture · forum archive →

Little Endian

Library.LittleEndian · r1.1 · · guest

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