Little-endian means that the least significant byte has the lowest address (the word is stored little-end-first).
而little -endian意味着最低位字节存储在最低地址(按低位优先的顺序存储字)。
Big-endian means that the most significant byte has the lowest address (the word is stored big-end-first).
big -endian意味着最高位字节存储在最低地址(按高位优先的顺序存储字)。
Little-endian means that the least significant byte is stored at the lowest memory address and the most significant byte is stored at the highest memory address.
Little - endian是将低位字节存储在内存的低地址中,将高位字节存储在内存的高地址中。
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.
Big -endian是将高位字节存储在内存的低地址中,将低位字节存储在内存的高地址中。
Encoding ELFDATA2LSB specifies 2's complement values, with the least significant byte occupying the lowest address.
ELFDATA2LSB编码指定了2的补数值,最小有意义的字节占有最低的地址。
Encoding ELFDATA2MSB specifies 2's complement values, with the most significant byte occupying the lowest address.
ELFDATA2MSB编码指定了2的补数值,最大有意义的字节占有最低的地址。
Notice that the pointer points to the lowest addressed byte of the variable.
注意,该指针指向变量的最低地址字节。
Notice that the pointer points to the lowest addressed byte of the variable.
注意,该指针指向变量的最低地址字节。
应用推荐