计算机专业英语 2-* 2.3.4 Multibyte Data Organization In little endian, the order is reversed. The least significant byte is stored in location X, the next byte in location X+1, and so on. The same value, in little endian format, is shown in Table 2-1(b). 依照低位优先格式,顺序正好相反。最低字节存储在单元X中,次字节存储在单元X+1中,依次类推。上例中的同一值,以低位优先格式存储,如表2-1(b)所示。 计算机专业英语 2-* 2.3.4 Multibyte Data Organization The same organizations can be used for bits within a byte. In big endian organization, bit 0 is the rightmost bit of a byte: the left most bit is bit 7. In little endian organization, the leftmost bit is bit 0 and bit 7 is th
原创力文档

文档评论(0)