2008 February 22th Friday (二月 二十二日 金曜日)

 The ARM views memory as a liner collection of bytes numbered upwards from zero.  Bytes 0 to 3 hold the first stored word, bytes 4 to 7
the second and so on.  The ARM can treat words in memory as being stored either in Big Endian or Little Endian format.

 In big endian format, the most significant byte of a word is stored at the lowest numbered byte and the least significant byte at the
highest numbered byte.  Byte 0 of the memory system is therefore connected to data lines 31 through 24.

 In little endian format, the lowest number byte in a word is considered the word's least significant byte, and the highest numbered
byte the most significant.  Byte 0 of the memory system is therefore connected to data lines 7 through 0.

昨日までは、中国の春節が終わってしまいました。風邪はもっとよ くて、喉ははれませんでした。

你可能感兴趣的:(2008 February 22th Friday (二月 二十二日 金曜日))