does 8-bit processor have to face endianness problem?
Posted
by Grissiom
on Stack Overflow
See other posts from Stack Overflow
or by Grissiom
Published on 2010-03-19T12:54:15Z
Indexed on
2010/03/19
13:01 UTC
Read the original article
Hit count: 244
If I have a int32 type integer in the 8-bit processor's memory, say, 8051, how could I identify the endianess of that integer? Is it compiler specific? I think this is important when sending multybyte data through serial lines etc.
© Stack Overflow or respective owner