This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Does C51support Little-endian or Big-endian for 16-bit interger type ?

I hope to make sure whether C51 does support little-endian for 16-bit integer type.

For example:

unsigned int wABC = 0x1234;

What's the memory arrange of variable wABC in RAM ?
Is the content of Low Memory address 0x34 or 0x12 ?