home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / articles / archives / limanews.exe / MATHCO.TXT < prev    next >
Text File  |  2006-10-19  |  3KB  |  66 lines

  1. ORIGINALLY PUBLISHED IN LIMA NEWSLETTER JUNE 1991
  2.  
  3.    ^^^^^^^ A MATH COPROCESSOR FOR THE 99/4A  
  4.    ^^^^^^^^^^^^^^^^by Charles Good 
  5.    ^^^^^^^^^^^^^^Lima Ohio User Group 
  6.       
  7.      A math coprocessor can do mathematics independent of a
  8. computer's main CPU.  When using such a coprocessor the
  9. effect is similar to running two programs simultaneously.
  10. The coprocessor does its calculations while the main program
  11. continues to run uninterrupted.  The results of the math
  12. coprocessor's calculations can then be fed into the main
  13. program.  For examnple, have you ever used MULTIPLAN and
  14. wanted to recalculate one small part of the spreadsheet
  15. instead of waiting and waiting for MULTIPLAN to recalc the
  16. whole thing? Or have you ever been in the middle of an
  17. accounting program, such as one designed to balance your
  18. checkbook, and wanted to do a little quick calculating.  In
  19. a BASIC program you can usually press CLEAR.  Then from
  20. command mode type PRINT followed by your calculations.
  21. Pressing ENTER gives you your answer and then you can type
  22. CON to continue the program.  This is rather cumbersome, and
  23. the program's screen display is disrupted.  With an assembly
  24. language program you don't even have this option. 
  25.       
  26.      Well, let me introduce you to the TI-7000 math
  27. coprocessor.  This inexpensive peripheral attaches to the
  28. 99/4A console just above the keyboard.  It uses no extra
  29. power and is always available to do independent calculations
  30. which can then be fed into the main running program via the
  31. 99/4A's keyscan routine.  Permanent or temporary
  32. installation can be done by anyone following the simple
  33. instructions that come with the installation kit, since no
  34. soldering is required.  I paid $4.93 for my TI-7000, and
  35. an additional small sum for the installation kit.  Every
  36. serious 99/4A user should have one of these. 
  37.       
  38.      The Texas Instruments TI-7000 is a credit card sized
  39. solar powered calculator.  No battery is ever needed.  It
  40. can be permanently mounted to the flat area above the
  41. 99/4A's keyboard with super glue, or can be temporarily
  42. attached using double sticky tape.  It's nice ruberized keys
  43. give a tactile response when they are pressed, and the LED
  44. display is easy to read. It has + - * / and % keys and
  45. includes one memory.  I bought mine at WAL-MART.  Output
  46. from the TI-7000 is entered into the 99/4A via the keyboard,
  47. which is of course detected with the 99/4A's keyscan
  48. assembly routine. 
  49.       
  50.      How about a battery backed clock/calendar for the
  51. 99/4A?  CorComp's TRIPLE TECH card is conveniently hidden in
  52. the PE box and provides this function. But you can't get the
  53. thing to automatically time/date stamp your disk files.  A
  54. used TRIPLE TECH usually sells for $75.  I found an equally
  55. convenient device in the automobile section of WAL-MART for
  56. only $2.95 complete with installation kit.  I mounted this
  57. small battery clock/calender next to my math coprocessor.
  58. You can also use the double sticky tape that comes with it
  59. to mount this clock on the dashboard of your car.  As with
  60. the TRIPLE TECH card, I can now always get a display of the
  61. current time, month, and day of the month as I sit typing
  62. newsletter articles.  Also like the TRIPLE TECH, I can't
  63. time/date stamp my disk files with this device. 
  64.      .PL 1 
  65.  
  66.