Little-endian means that the least significant byte has the lowest address (the word is stored little-end-first).
而little - endian意味着最低位字节存储在最低地址(按低位优先的顺序存储字)。
2
Big-endian means that the most significant byte has the lowest address (the word is stored big-end-first).
big - endian意味着最高位字节存储在最低地址(按高位优先的顺序存储字)。
3
Big-endian means that the most significant byte is stored at the lowest memory address and the least significant byte is stored at the highest memory address.