Format of Four-Byte Integer Data

Type long, int, and their signed and unsigned counterparts
Alignment 4-byte aligned
Storage Mapping Byte-reversed, for example, 0x4A5D3B2C (where 2C is the least significant byte and 4A is the most significant byte) is represented in storage as shown below. High memory is to the right.
byte 0 byte 1 byte 2 byte 3
2C 3B 5D 4A



Data Mapping