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. Marcel
