home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / arch / 9411 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1.4 KB  |  32 lines

  1. Newsgroups: comp.arch
  2. Path: sparky!uunet!metaflow!rschnapp
  3. From: rschnapp@metaflow.com (Russ Schnapp)
  4. Subject: Re: Not using integers
  5. Message-ID: <BuKsCu.4uH@metaflow.com>
  6. Sender: usenet@metaflow.com
  7. Nntp-Posting-Host: habu
  8. Organization: Metaflow Technologies Inc.
  9. References: <1992Sep8.182423.26063@athena.mit.edu> <1265@taniwha.UUCP>
  10. Date: Mon, 14 Sep 1992 15:58:05 GMT
  11. Lines: 19
  12.  
  13. In article <1265@taniwha.UUCP>, paul@taniwha.UUCP (Paul Campbell) writes:
  14. |> The good old Burroughs 6700 (and family now called the A-series) had/has a 
  15. |> FP format for which a value with a 0 exponent looks like a 'normal' integer
  16. |> (they use a signed integer rather than a 2's complement one) - the hardware
  17. |> goes out of its way to keep a 0 exponent for values if it possibly can ...
  18. |> this means that there are no FP/INT instructions, there's only one ADD, SUB,
  19. |> MULT etc instructions
  20.  
  21. As I recall, the A-series is a tagged architecture, so there would be only one
  22. ADD, SUB, etc., instruction despite the data format.  The tag automatically
  23. indicates the datatype, and therefore, the kind of operation to perform.  Or
  24. didn't the tags go that far?  It's been so long since I mucked with A-series
  25. code generation...
  26. -- 
  27.  
  28. ...Russ Schnapp
  29. BIX: rschnapp           Email: uunet!metaflow!rschnapp or rschnapp@metaflow.com
  30. Metaflow Technologies   Voice: 619/452-6608x230;  FAX: 619/452-0401
  31. La Jolla, California    Unless otw specified, I`m speaking only for myself!
  32.