home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / arch / 8852 < prev    next >
Encoding:
Internet Message Format  |  1992-08-12  |  2.2 KB

  1. Xref: sparky comp.arch:8852 alt.folklore.computers:12445 comp.benchmarks:1289
  2. Newsgroups: comp.arch,alt.folklore.computers,comp.benchmarks
  3. Path: sparky!uunet!news.uiowa.edu!news
  4. From: jones@pyrite.cs.uiowa.edu (Douglas W. Jones,201H MLH,3193350740,3193382879)
  5. Subject: Re: HP-97 Calculator
  6. Sender: news@news.uiowa.edu (News)
  7. Message-ID: <1992Aug12.150333.10293@news.uiowa.edu>
  8. Date: Wed, 12 Aug 1992 15:03:33 GMT
  9. References: <11AUG199221494044@erin.caltech.edu>
  10. Nntp-Posting-Host: pyrite.cs.uiowa.edu
  11. Organization: University of Iowa, Iowa City, IA, USA
  12. Lines: 31
  13.  
  14. From article <11AUG199221494044@erin.caltech.edu>,
  15. by shoppa@erin.caltech.edu (TIM SHOPPA):
  16. >                                                 ... my HP calculator (an
  17. > old desktop unit, whose model number I can't recall right now, that has
  18. > a four-line vector CRT display and magnetic core, which means that it 
  19. > doesn't forget when the power is turned off) and was similarly unsuccesful.
  20. > Looking in the innards of the unit, it was fairly clear that there were
  21. > at least two tracks on the card.  (The innards are neat too.  A motherboard
  22. > with some sort of diode matrix (microcode??  vectors for the CRT display??)
  23. > and several cards that plug in.)
  24.  
  25. You have a classic antique desktop computer, one of the first two
  26. programmable calculators ever marketed!  Save it and care well for it,
  27. because it'll be a museum piece someday.
  28.  
  29. The diode matrix contains low level microcode that runs on a digit serial
  30. processor and that emulates a digit-parallel architecture for use by the
  31. higher level microcode.  The middle layer in the architecture consists of
  32. microcode that is stored in a braided wire memory; this runs on the digit
  33. parallel architecture provided by the low level microcode, and it
  34. implements the stack architecture, the fancy operations like trig
  35. functions, keyboard management, and interpretation of programs from core
  36. and mag cards.
  37.  
  38. The above description is from memory; the machine is described in one of
  39. the chapters of Computer Architecture, Readings and Examples, by Bell and
  40. Newell, and I used one in 1971 or so when it was the newest calculator in
  41. the modern physics lab at Carnegie Mellon University.
  42.  
  43.                     Doug Jones
  44.                     jones@cs.uiowa.edu
  45.