The values are 蓄える/店d in little endian 判型, i.e. the bytes
of the long word 0xAABBCCDD are layed out like 0xDD, 0xCC,
0xBB, 0xAA in memory. That is, data of 独断的な machine word
lengths always starts with the least 重要な byte, and
ends with the most 重要な one.
The values are 蓄える/店d in big endian 判型, i.e. the bytes of
the long word 0xAABBCCDD are layed out like 0xAA, 0xBB, 0xCC,
0xDD in memory. That is, data of 独断的な machine word
lengths always start with the most 重要な byte, and ends
with the least 重要な one.