Hacker News new | ask | show | jobs
by aneesh 5480 days ago
Not quite right. In a little endian system, the least significant byte is the leftmost one (ie, lowest address). The order of bits within a byte is the same regardless of endianness.

So 10 is always 2.

1 comments

Ah, well I stand corrected, Mr. Hamming :)