home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / arch / 11996 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!dsndata!backbone!backbone!wayne
  3. From: wayne@backbone.uucp (Wayne Schlitt)
  4. Subject: Re: big + little endian (was: Comparison of Alpha, MIPS ..)
  5. In-Reply-To: pj@sam.wpd.sgi.com's message of 30 Dec 1992 01: 44:51 GMT
  6. Message-ID: <WAYNE.92Dec30093950@backbone.uucp>
  7. Sender: wayne@backbone (Wayne Schlitt)
  8. Organization: The Backbone Cabal
  9. References: <1992Dec29.044012.1@cc.curtin.edu.au> <3623363@zl2tnm.gen.nz>
  10.     <28164@dog.ee.lbl.gov> <1hquujINNmov@fido.asd.sgi.com>
  11. Date: Wed, 30 Dec 1992 15:39:50 GMT
  12.  
  13. In article <1hquujINNmov@fido.asd.sgi.com> pj@sam.wpd.sgi.com (Paul Jackson) writes:
  14. > |> 01101001 may mean `105' (big-endian) or `150' (little-endian)
  15. > Big and little endian refer to the order of bytes within words,
  16. > not to the order of bits within bytes.
  17.  
  18. Big and little endian refer to the order of sub-units within units,
  19. not just bytes and words.  
  20.  
  21. You can order bits within bytes either way, bytes within words, and
  22. words within double words.  Various computers systems have made
  23. different choices at all of those levels.  The ordering of bits within
  24. bytes has pretty much standardized on the little-endian format.
  25.  
  26.  
  27. Similar confusion occurs when you try to decide whether to put the low
  28. address of a memory dump at the top or the bottom of the page and if
  29. you should address the screen from the top left or the bottom left
  30. corner.  (If computer development wasn't so eurocentric, then we would
  31. probably have debates on left vs right too.)
  32.  
  33.  
  34. -wayne
  35.  
  36.  
  37.  
  38.  
  39.  
  40.