8 ms·
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 r
by aneesh 15y 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.
- mirkules 15y agoAh, well I stand corrected, Mr. Hamming :)