??? 06/04/04 14:14 Read: times |
#71760 - RE: Little Endian Big endian conversion. Responding to: ???'s previous message |
Say I have written a code,which I want to run on Intel as well as Motorola processor so there I need to check whether its a big endian or little endian.
It does not matter!!! if you want to run on different processors, you code must be in C (or some other high level language) and, in that case, the endianness is decided by the compiler. Erik |