home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / arch / 9076 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.6 KB  |  34 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!yktnews!prener
  3. From: prener@watson.ibm.com (Dan Prener)
  4. Subject: Re: Configurable/Switchable Endianess
  5. Sender: news@watson.ibm.com (NNTP News Poster)
  6. Message-ID: <PRENER.92Aug27194052@prener.watson.ibm.com>
  7. In-Reply-To: djaggar@armltd.uucp's message of 26 Aug 92 09:20:51 GMT
  8. Date: Fri, 28 Aug 1992 00:40:52 GMT
  9. Distribution: comp
  10. Disclaimer: This posting represents the poster's views, not necessarily those of IBM
  11. References: <5752@armltd.uucp>
  12. Nntp-Posting-Host: prener.watson.ibm.com
  13. Organization: IBM T.J. Watson Research Center, Hawthorne, New York
  14. Lines: 18
  15.  
  16. In article <5752@armltd.uucp> djaggar@armltd.uucp (Dave Jaggar) writes:
  17.  
  18. >I am interested in microprocessors that are able to execute code, or
  19. >process data in either endianness, and how they achieve this.  For
  20. >instance the ARM6 family of CPUs have a pin or a bit in a system
  21. >register (depending on the model), which sets the endianness of the
  22. >processor, by determining which byte is selected off the data bus for
  23. >byte load/store operations.  The MIPS R3000 has a pin that you set at
  24. >reset, but what does this do internally (affect byte ops or word ops) ?
  25. >Is it the same on R6000, R4000xx ? The ATT Hobbit has switchable data
  26. >endianness (how do you switch ?), does this mean that the endianess of
  27. >code is fixed ? Does anyone implement a "load data of the other
  28. >endianness instruction" ?
  29.  
  30. The IBM RS/6000 is a big-endian machine which has little-endian load/store
  31. ops.
  32. --
  33.                                    Dan Prener (prener@watson.ibm.com)
  34.