home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 14 / compu-calc! / compu-calc!.doc < prev    next >
Encoding:
Text File  |  1994-01-27  |  2.8 KB  |  62 lines

  1.                                 Compu-Calc!
  2.                                 Version 1.0
  3.                                  11/09/87
  4.                                    from
  5.                         Unimpressive Enterprises
  6.                                     by
  7.                                 Stan Hodge
  8.                               (Plink OKR179)
  9.  
  10. What:
  11.         This program is an programmer's integer only calculator.  It differs
  12. only by the fact that it displays its output in the following four bases
  13. (Dec,Binary,Octal,and Hex) at the same time.  Input also accepts input in
  14. any one of the four bases.  Input base selection is accomplished by one of
  15. the four input gadgets (or appropriate function key).  Full keyboard support
  16. is provided (see HELP key).
  17.  
  18. Ididosyncracies:
  19.         The program does not display negative decimal numbers. This may be
  20. added as a switchable option in a later version.
  21.         The only checked for error conditions are multiply overflow and
  22. divide by zero.
  23.  
  24. Future:
  25.         Future functions can be added rather easily so you can expect AND,
  26. OR,XOR,NOT,SHIFT,and ROTATE.  I really can't see the need for floating point,
  27. so you probably will not see that implemented.
  28.  
  29. Assembler Yipe!:
  30.         Why?  Well I've had experence in C,Fortran,Basic, and Pascal so I
  31. thought I'd try 68000 assembler.  I've done assembler on other processors
  32. so learning this one was a breeze.  I have to say that of all the languages
  33. I've used this is the easiest one to interface to the amiga operating system
  34. with.  So there it is - I'll get down off my soap box now.
  35.  
  36. Source????!!!!????:
  37.         Yes today and today only, free with this package you get the source
  38. for this super program! (Yea right. [sigh])  The source is by far not very
  39. pretty but it is provided so that the very adventurous can customize your
  40. own version or as an example for people just starting on assembler on Amy.
  41.  
  42. Commercial:
  43.         Here it is... This program is provided as ShareWare.  If you get
  44. some use out of it an approiate donation to the below address would be
  45. greatly appreciated.  If not or even if you do please pass it on to a friend
  46. or post it to any board ( as long as it has this file ).  This code may NOT
  47. be sold for profit through or on any media as it is copyrighted (c) 1987 by
  48. Unimpressive Enterprises.  Any contributions recieved with name and address
  49. will be sent a update to the program (again with source) free if and when
  50. another release is generated. [ Note this will not be until spring at least.]
  51.  
  52.                                 Mail to:
  53.                         Unimpressive Enterprises
  54.                         1106 Lincoln Park Blvd.
  55.                         Kettering Ohio,    45429
  56.  
  57. Thanks in advance!
  58.  
  59.  
  60. P.S.    Fish and AMICUS distribution welcomed.
  61. Special thanks to Beta testers Jim Bennett, Jeff Bohannon, and Tim Ramsey!
  62.