On Wed, May 02, 2001 at 01:47:07PM -0700, Jun Sun wrote: > BE is better known perhaps because all SGI workstations are BE. Generally I > found networking systems tend to use BE while consumer electronic devices tend > to use LE (which means there are probably more MIPS CPUs running in LE.) > > So far I have not found much difference in terms of endianess, although > occassionaly you have to IO swap in drivers for BE machine. The difference is mostly of religious nature even though I've been told that various embedded apps can show noticable performance difference due to byteswapping. In general I prefer big endian because it tends to trigger certain bugs in software more than little endian, such as accessing a memory object with different sizes. Ralf