avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] What's 'little endian'


From: Alan Kilian
Subject: Re: [avr-chat] What's 'little endian'
Date: Tue, 09 Aug 2005 12:59:18 -0500

> what's 'little endian'?

    Royce,

        Imagine you have a processor that can read and write individual
        bytes of data to memory. (For example. It happens in other
        areas also.)

        When it wants to store a 2-byte integer (for example) to 
        memory, it needs to decide which byte of the integer gets stored
        where in memory.

        It could store the most-significant byte at the lower address 
        and follow it with the least-significant byte, or it could do it
        the other way around. (Otherwise known as the correct way  ;-))

        http://www.webopedia.com/TERM/b/big_endian.html

                                        -Alan

-- 
- Alan Kilian <kilian(at)bobodyne.com>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]