home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / hepcat.zip / HEPCAT.EXE / lha / HEPCATJR.TBL < prev    next >
Text File  |  1989-11-13  |  11KB  |  245 lines

  1.  
  2.  
  3.  
  4.                                  Table of HEPCAT
  5.                        Operations, Functions, and Commands
  6.  
  7.         This  table  shows  the key you need to  press  to  perform  each
  8.         operation,  function or command; an abbreviation that will appear
  9.         in the HEPCAT window when the key is typed; and an explanation of
  10.         what will happen.
  11.  
  12.         Floating Point Operations and Commands
  13.  
  14.         Key       Abbreviation  Explanation
  15.  
  16.         +         +              Add  X to Y, result in X.  On  a  Z-100,
  17.                                  you can use Keypad Enter for +.
  18.         -         -              Subtract Y from X, result in X.
  19.         *         *              Multiply  X by Y, result in X.  You  can
  20.                                  also use Shift-keypad +.
  21.         /         /              Divide  X  by Y, result in X.   You  can
  22.                                  also use Shift-keypad - or \.
  23.         ^         ^              Raise X to Y power, result in X.
  24.         <         RTP            Convert rectangular coordinates X and  Y
  25.                                  to polar coordinates.  Both results  are
  26.                                  shown  on the screen.  Returns r  in  X,
  27.                                  theta in Y.
  28.         #         PTR            Convert  polar coordinates r (in X)  and
  29.                                  theta (in Y) to rectangular.
  30.         D         D/R: x         Switch  angle measurement  mode  between
  31.                                  degrees and radians.
  32.         Lf Arrow                 Move the decimal left one place.   Works
  33.                                  in fixed point mode only.  The range  is
  34.                                  2  to 8 places after the  decimal.   The
  35.                                  fixed point number can be up to 16  dig-
  36.                                  its long, with 8 significant digits.
  37.         Rt Arrow                 Move the decimal right one place.  Works
  38.                                  in fixed point mode only.
  39.  
  40.         Floating Point Functions
  41.  
  42.         Floating  point functions (except PI) are performed on the number
  43.         (n) currently displayed in the window,  and the value  calculated
  44.         replaces that number.
  45.  
  46.         P         PI             Insert the value PI (3.1415926) as if it
  47.                                  had been typed in.
  48.         !         FACT           Compute the factorial of n.
  49.         Q         SQRT           Calculate the square root of n.
  50.         S         SIN            Compute the sine of n.
  51.         Shift-S   ASIN           Compute the arc sine of n.
  52.         C         COS            Compute the cosine of n.
  53.         Shift-C   ACOS           Compute the arc cosine of n.
  54.         T         TAN            Compute the tangent of n.
  55.         Shift-T   ATAN           Compute the arc tangent of n.
  56.         L         LOG            Compute the logarithm (base 10) of n.
  57.         Shift-L   ALOG           Compute the anti-logarithm (base 10)  of
  58.                                  n.  Computes 10^n.
  59.  
  60.  
  61.                                         1
  62.  
  63.  
  64.  
  65.         N         LN             Compute the logarithm (natural) of n.
  66.         Shift-N   ALN            Compute the anti-logarithm (natural)  of
  67.                                  n.  Computes e^n.
  68.  
  69.         Binary Mode Operations and Commands
  70.  
  71.         +, -, *, /               Same as floating point mode except  that
  72.                                  you cannot use \ for divide.
  73.         \         MOD            Calculate X modulo Y, result in X.
  74.         &         AND            Compute X AND Y, result in X.
  75.         ^         OR             Compute X OR Y, result in X.
  76.         #         XOR            Compute X XOR Y, result in X.
  77.         L         SHL            Compute X SHL Y, result in X.
  78.         R         SHR            Compute X SHR Y, result in X.
  79.         Lf Arrow                 Shift  current accumulator left  by  one
  80.                                  bit for each arrow key press.
  81.         Rt Arrow                 Shift  current accumulator right by  one
  82.                                  bit for each arrow key press.
  83.         T                        Enter ASCII table.  The table begins  at
  84.                                  the  current accumulator value  mod  256
  85.                                  (PC-compatible)  or  128  (Z-100).   Use
  86.                                  these keys to move around in the table:
  87.          Keypad 3 (Page Down)    Move forward 4 characters.
  88.          Keypad 9 (Page Up)      Move backward 4 characters.
  89.          Keypad 2 (Dn Arrow)     Move forward 1 character.
  90.          Keypad 8 (Up Arrow)     Move backward 1 character.
  91.  
  92.         General Commands
  93.  
  94.         Back Space               Used for all entry correction and  clear
  95.                                  functions.  See the Back Space rules  at
  96.                                  the end of this table.
  97.         Space bar                Reverse  the sign of the number  in  the
  98.                                  current active accumulator.  A  positive
  99.                                  number becomes negative, and vice versa.
  100.         X                        Exchange the contents of the x and y ac-
  101.                                  cumulators.
  102.         Up Arrow  Rad: xx        Change  the  radix or  display  mode  to
  103.                                  the  next higher one.  Radixes and  dis-
  104.                                  play  modes  rotate  through   following
  105.                                  sequence:  binary, base 4, octal,  split
  106.                                  octal,   decimal,   hexadecimal,   fixed
  107.                                  point, floating point, scientific  nota-
  108.                                  tion, engineering notation.  One more up
  109.                                  arrow at engineering notation goes  back
  110.                                  to binary.
  111.         Dn Arrow  Rad: xx        Change the radix or display mode to  the
  112.                                  next lower one.
  113.         MnS       M              Store current accumulator in memory cell
  114.                                  n.   If  n is not specified, cell  0  is
  115.                                  used.
  116.         MnR       M              Recall memory cell n into current  accu-
  117.                                  mulator.
  118.  
  119.  
  120.  
  121.  
  122.                                         2
  123.  
  124.  
  125.  
  126.         MnX       M              Exchange the contents of the current ac-
  127.                                  cumulator  with those of memory cell  n.
  128.                                  Cell n must contain a number of the same
  129.                                  type as the accumulator (binary or floa
  130.                                  ting).
  131.         Mn+       M              Add the value in the current accumulator
  132.                                  to memory cell n.  Cell n must be  empty
  133.                                  or contain a number of the same type  as
  134.                                  the accumulator (binary or floating).
  135.         Mn-       M              Subtract the value in the current  accu-
  136.                                  mulator  from  memory cell n.   See  re-
  137.                                  striction for Mn+.
  138.         MnC       M              Clear memory cell n.
  139.         MM        M              Show memory map.  Map indicates  whether
  140.                                  each cell is empty, or holds a binary or
  141.                                  floating point number.
  142.         U                        Update  (refresh) screen  display.   Use
  143.                                  this  command  if the display  is  over-
  144.                                  written by a background program.
  145.         F3                       Update screen display, and store current
  146.                                  background as background to restore when
  147.                                  HEPCAT exits.  (Use only if HEPCAT  win-
  148.                                  dow is overwritten.)
  149.         Esc                      Exit HEPCAT and restore old screen.
  150.         F1                       Exit HEPCAT, but leave its window on the
  151.                                  screen.
  152.         F4 (3 times)             Remove  HEPCAT  from  memory.   See  the
  153.                                  restrictions  in the instruction  manual
  154.                                  before using this command!
  155.  
  156.         Activation Sequences
  157.  
  158.         To activate HEPCAT on a PC-compatible computer, press and release
  159.         the right Shift key thee times.  To activate it on a Z-100, press
  160.         the break key twice.
  161.  
  162.         Back Space and Accumulator Entry Rules
  163.  
  164.         Back Space rule no.  1:  If a number on the display is the result
  165.         of  your entry,  Back Space will remove it one digit for each key
  166.         press.  If the number is the result of something HEPCAT has done,
  167.         one press of Back Space will remove the entire number.
  168.  
  169.         Back  Space  rule no.  2:   If the number on the display  is  the
  170.         result  of a calculation (as indicated by the = sign on  the  top
  171.         line),  one  press  of the Back Space key will perform  a  master
  172.         clear.   That  is,  the number will be cleared to zero,  and  the
  173.         operation will be cleared to CLR.
  174.  
  175.         Back  Space rule no.  3:   When you clear a number in the  Y  ac-
  176.         cumulator  to  zero using Back Space,  you can then enter  a  new
  177.         operation.   When you do,  the accumulator will switch back to X,
  178.         and the display will show the number in the X accumulator.   How-
  179.         ever,  if you press Back Space one more time after clearing the Y
  180.         accumulator to zero, it will perform a master clear.
  181.  
  182.  
  183.                                         3
  184.  
  185.  
  186.  
  187.         Accumulator  entry  rule:   Any time you type a number after  you
  188.         have  typed an operation key,  that number is placed into  the  Y
  189.         accumulator.  At other times, the X accumulator is used.
  190.  
  191.  
  192.                    Special Instructions for Zenith Z-171 Users
  193.  
  194.         The  HEPCAT  instruction  manual was written  before  HEPCAT  was
  195.         tested on a Z-171.   HEPCAT runs on a Z-171, but with the follow-
  196.         ing  differences from the manual instructions.   The Num Lock key
  197.         is still active while HEPCAT is popped up.  With Num Lock on, the
  198.         blue-labeled  keys perform their designated functions  (in  blue)
  199.         except for the Memory and Clear keys (M+, M-, MR, MC, CE, and C).
  200.         To  use the HEPCAT memory functions,  use the black-labeled M key
  201.         with Num Lock off.
  202.  
  203.         The arrow keys on a Z-171 only function as arrow keys while  HEP-
  204.         CAT  has control if you hold down the left Shift key or  the  Alt
  205.         key.  Therefore, the manual instructions for using the arrow keys
  206.         on  a PC-compatible (without separate arrow keys) hold true on  a
  207.         Z-171, even though it has separate arrow keys.
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.                                         4
  245.