Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/19/01 21:46
Read: times


 
#14223 - RE: 8051 assembly language endianness
For a number which requires more than a single byte to represent, one must decide in which order to store the multiple bytes;
Big Endian stores the Most significant ("big") byte first (at the lowest address);
Little Endian stores the Least significant ("little") byte first (at the lowest address)

http://www.xerez.demon.co.uk/jargon/B/...ndian.html

http://www.xerez.demon.co.uk/jargon/L/...ndian.html

List of 9 messages in thread
TopicAuthorDate
8051 assembly language endianness            01/01/70 00:00      
RE: 8051 assembly language endianness            01/01/70 00:00      
RE: 8051 assembly language endianness            01/01/70 00:00      
RE: 8051 assembly language endianness            01/01/70 00:00      
RE: 8051 assembly language endianness            01/01/70 00:00      
RE: 8051 assembly language endianness            01/01/70 00:00      
RE: 8051 endianness - San Bergmans            01/01/70 00:00      
80c32 linked to an eprom            01/01/70 00:00      
RE: 8051 assembly language endianness            01/01/70 00:00      

Back to Subject List