On Mon, Jul 11, 2011 at 12:17 PM, Drasko DRASKOVIC <drasko.drasko...@gmail.com> wrote: > On Mon, Jul 11, 2011 at 7:31 AM, Øyvind Harboe <oyvind.har...@zylin.com> > wrote: >> Now a sequence of 8 bit words happens to be identical to >> little endian representation > In what way ? 8 bits is 8 bits - one byte, bits 7:0. I do not see BE > or LE representation here...
Consider a series of words in memory where the width is greater than 8. Clearly a BE series has a different representation than a LE version. For a series of words that are 8 bits long, then the BE series and LE series are identical. Further, if you have 32 bits stored in a series of bytes in memory, then the memory layout is identical to the memory layout of little endian layout. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 / International +47 51 87 40 27 http://www.zylin.com/ _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development