home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff274.lzh / HP11 / doc / hp11.doc < prev    next >
Text File  |  1989-11-16  |  3KB  |  87 lines

  1.               HP11C Calculator
  2.               ================
  3.  
  4. This is version 1.01 (a few bug fixes & minor changes from the previous
  5. version).
  6.  
  7. This program emulates an HP11C calculator. Everything is there, including
  8. the program mode (with the instructions displayed as usual, as numbers
  9. ...). By default, it's even as slow. It is callable from Workbench or CLI.
  10.  
  11. Usage
  12. -----
  13. You can pass as argument a program to be loaded (not run): from CLI, type
  14. hp11 <name> (you must be in the directory containing the program, cf
  15. miscellaneous), from the Workbench click on the program's icon, press &
  16. hold shift and double click on the hp11's icon.
  17.  
  18. Basically, the program opens a window containing an image of an HP11C (it
  19. will only look right if you use the standard workbench colours), it looks
  20. best on an interlaced screen but will work in non-interlaced mode (however,
  21. the image will be rather elongated). You select keys with the mouse or the
  22. keyboard, the following keys are supported: 0..9,.,+,-,*,/,return (for
  23. enter), esc (for ON).
  24.  
  25. The ON key is treated specially: when you select it, the HP11C becomes an
  26. icon that you can move around with the mouse. To turn the calculator back
  27. on, double-click on the icon.
  28.  
  29. The following menu options are avalaible:
  30.  
  31.    Project
  32.       New        Clear HP11 memory (equivalent to ON -)
  33.       Open      AO    Load an HP11 program
  34.       Save        Save program under current name
  35.       Save As      AS    Save program under a name
  36.       Print        Print program -- unimplemented
  37.       Quit        End program
  38.  
  39.    Edit
  40.       Copy      AC    Copy number in display to clipboard
  41.       Paste      AP    Enter clipboard as a number into X
  42.  
  43.    Options
  44.       Radix
  45.      Point      A.    Select UK/USA format for numbers
  46.      Comma      A,    Select European format for numbers
  47.       Speed
  48.      Slow        Program's execute at HP11C speed
  49.      Fast        Program's execute faster ...
  50.       Icons        Save an icon with a program ? Default = Off when
  51.             called from CLI, on from Workbench
  52.  
  53. For more details (especially concerning HP11C programming), refer to HP's
  54. manual. (I didn't want to get sore fingers ...)
  55.  
  56.  
  57. Miscellaneous
  58. -------------
  59. Please send all bug reports, suggestions for enhancements ... to me.
  60.  
  61. The format for Copy & Paste is not the same (alas ? if you disagree
  62. strongly, please send me a note): Copy essentially places an image of what
  63. is on the display in the clipboard, thus 200*10^23 becomes 200.0000   23.
  64. Paste reads a number in the format +/-x.xE+/-x.
  65.  
  66. The ARP file requester is used if arp.library is present.
  67.  
  68. The program must be able to find the file HP11.PIC. It should be in the
  69. same directory as the executable file. However, if you run the program
  70. from the CLI, you must either give an explicit path when you execute the
  71. program (as in df1:hp11/hp11), or have the file hp11.pic in the current
  72. directory. In other words, the program shouldn't be in your PATH
  73. specification (for instance in C:).
  74.  
  75. This program is placed in the public domain.
  76.  
  77.  
  78. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  79. David Gay
  80.   "(p.suiv :=: q.prec.suiv).prec :=: q.prec"
  81.   You don't want to know about this language !
  82.  
  83. GAY@ELMA.EPFL.CH, or GAY%ELMA.EPFL.CH@CLSEPF51.bitnet
  84.  
  85. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  86.  
  87.