Compare JUMP instructions | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Little Endian CPU
Intel 8080 |
Big Endian CPU
RCA/GE 1806 |
||||||||||||||||||||||||||||||||
|
|
16-bit as an extension of 8-bit | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Little Endian CPU
Intel 8080 |
Big Endian CPU
RCA/GE 1806 |
||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
|
|
A Little Endian CPU stores the least significant byte on the
lowest memory address.
In datacommunication systems a Little Endian CPU will tend to
transmit the least significant byte first, resulting in a
presentation problem when communicating to a Big Endian CPU.
Since TCP/IP was developed using PDP-11 Big Endian CPUs, Big Endian is the standard on the network. When communicating to the network, classical TCP/IP applications (eg. Telnet, FTP) convert all data to/from Big Endian using libraries. RPC applications use a separate protocol: XDR.
Copyright (C) 2003 Integrated Services; tux4u.nl
Author: Ing.J.M.Waldorp
endian.html 20020630