home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / rd10a.zip / PULSE.LBM < prev    next >
Text File  |  1990-03-18  |  821b  |  15 lines

  1. {Target sustained pulse for getting cardiovascular exercise}
  2. C                               {Clear the tape}
  3. C                               {second "C" clears F4 & F8 memories}
  4. D=0                             {zero decimal places}
  5. "FIND   OPTIMAL"                {The next four lines simply...}
  6. "EXERCISE PULSE"                {...display notes}
  7. "RATE  FOR  YOU"
  8. " "
  9. 220-                            {start out with 220 and subtract...}
  10. "YOUR AGE"*                     {your age and multiply...}
  11. "AGE IS ABOVE"                  {just a phrase describing next line}
  12. .75=                            {by .75 and get result}
  13. ALT-F4                          {save result in F4 for future use}
  14. "TARGET PULSE"                  {just a phrase}    
  15. D=2                             {change back to 2 decimal places}