Jump to content

File talk:Endianessmap.svg

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Isn't this figure incorrect? Shouldn't the Big Endian 8 and 16 bit accesses show "A" and "AB" rather than "C" and "CD"?

You can find the same mistake in the explanation:

 Memory:
 A B C D |  32 bit access address 2
---------
 3 2 1 0
   ^
 <-| map 2 here
 C D

Correct:

Memory:
 A B C D |  16 bit access address 2
---------
 3 2 1 0
   ^
 <-| map 2 here
 A B