Format of Two-Byte Integer Data

Type short and its signed and unsigned counterparts
Alignment 2-byte aligned
Storage Mapping Byte-reversed, for example, 0x3B2C (where 2C is the least significant byte and 3B is the most significant byte) is represented in storage as shown below. High memory is to the right.
byte 0 byte 1
2C 3B



Data Mapping


Mapping of Fundamental Data Types
Mapping of Compound Data Types
Format of Four-Byte Integer Data
Format of Eight-Byte Integer Data