home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / handheld / 1949 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  2.9 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewse!cbnewsd!att-out!pacbell.com!pacbell!oracle!unrepliable!bounce
  2. Newsgroups: comp.sys.handhelds
  3. From: comet@us.oracle.com
  4. Subject: Re: Information on TRS-80 Pocket Computer wanted
  5. Message-ID: <1992Sep3.012514.1@us.oracle.com>
  6. Lines: 38
  7. Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
  8. Nntp-Posting-Host: wrvms.us.oracle.com
  9. Organization: Oracle Corporation, USA
  10. References: <1992Aug26.145840.198@sctc.com>
  11. Date: Thu, 3 Sep 1992 09:25:14 GMT
  12. X-Disclaimer: This message was written by an unauthenticated user
  13.               at Oracle Corporation.  The opinions expressed are those
  14.               of the user and not necessarily those of Oracle.
  15.  
  16. In article <1992Aug26.145840.198@sctc.com>, bright@sctc.com (David A. Bright) writes:
  17. > I have an old TRS-80 Pocket Computer (the first model Radio Shack came out
  18. > with in about 1980).  I'd love to have some information on this little gem.
  19. > In particular, I'm wondering what processor is used and whether I can get
  20. > directly to the CPU, bypassing the built-in BASIC interpreter.  If so, I'd
  21. > also like to know how to drive the speaker, LCD display, and output port
  22. > (used to connect to a cassette mass storage system!).  I've popped open the
  23. > case and found several fairly large surface mount chips labelled SC43178 OJ 15,
  24. > SC43177 OH 35, and SC43125 OG 33 (three of them).  I can't find these in the
  25. > 1991 IC Master, so I'm at a bit of a loss.  Am I right in suspecting that
  26. > the processor is some bit-slice thing?
  27. >
  28. > Anyway, any information you can supply would be greatly appreciated.
  29.  
  30. Hi!  I got my TRS-80 Pocket Computer (Sharp PC-1211) in June of 1981.
  31. It has 1920 bytes.  1424b is for the user, the rest is taken up by the transfer
  32. buffer, input buffer, fixed memories and reserve keys.
  33. I think the "SC" stands for "Sharp Corporation" in the chips you listed.
  34. The computer uses two 4-bit microcprocessors.  Here's what they do:
  35.  
  36.            Microprocessor 1            |          Micro processor 2
  37. ---------------------------------------+----------------------------------------
  38. Key input routine                      |   Display processing routine
  39. Acknowledgement of the remaining       |      Input buffer
  40.    program                             |      Computational result
  41. One instruction to one program step    |      Error
  42.    incorporation                       |
  43. Interpreter:                           |   Arithmetic routine
  44.       Program execute statement        |   Character generator
  45.       Cassette control statement       |   Cassette routine
  46.       Command statement                |   Print routine
  47.       Printer control (reserved)       |   Recognition of printer (reserved)
  48. Execution of manual operations         |   Buzzer
  49. Power shut-off control                 |   Power off
  50. Clock stop control                     |   Clock stop
  51.  
  52. The above information comes from the book "Programming the TRS-80 Pocket
  53. Computer" by Donald D. Spencer.
  54.