Marcel Kilgus wrote:
Fabrizio Diversi wrote:
I need some advice : i am trying to read a DOS fat formatted disk from smsq(q60), in particular a compact flash card . The question is : does the little endian to big endian conversion regard only the byte order or also the bit order ?
Endianess only concerns the byte order. I've never encountered anything that hat a reverse bit order.
The only reversal of bit order I have met has been in bit nomenclature: whether bit 15 was the least significant, or the most significant, bit; ie whether the bits were numbered from the right (normal mathematical, power of 2 order) or the left.
