Big endian: Difference between revisions

From Hackepedia
Jump to navigationJump to search
No edit summary
 
mNo edit summary
 
Line 1: Line 1:
Most significant value is leftmost.  See [[little endian|little-endian]] byte order for a detailed explanation.  The Internet operates in big endian byte order.
Most significant value is leftmost.  See [[little endian|little-endian]] byte order for a detailed explanation.  The Internet operates in big endian byte order.
Known big endian computer architectures (found in [[OpenBSD]]) include:
* macppc (IBM PowerPC)
* sparc
* sparc64
* m64k (Motorolla 68000 series CPU)
* m88k
* hppa
* hppa64
* arm

Latest revision as of 04:44, 4 December 2005

Most significant value is leftmost. See little-endian byte order for a detailed explanation. The Internet operates in big endian byte order.

Known big endian computer architectures (found in OpenBSD) include:

  • macppc (IBM PowerPC)
  • sparc
  • sparc64
  • m64k (Motorolla 68000 series CPU)
  • m88k
  • hppa
  • hppa64
  • arm