home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp48 / 4018 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.4 KB

  1. Path: sparky!uunet!darwin.sura.net!wupost!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!news.cs.indiana.edu!uceng.uc.edu!rabagley
  2. From: rabagley@uceng.UC.EDU (Ross A Bagley)
  3. Newsgroups: comp.sys.hp48
  4. Subject: Re: Fast User RPN mkstr (IR Remote)
  5. Message-ID: <1992Jul24.195915.20272@uceng.UC.EDU>
  6. Date: 24 Jul 92 19:59:15 GMT
  7. References: <1992Jul24.194053.19308@uceng.UC.EDU>
  8. Organization: College of Engineering, University of Cincinnati
  9. Lines: 29
  10.  
  11. (sigh) Bug #1 found
  12. delete the first command: SWAP.  It's an artifact of my timing algorithm I
  13. forgot to delete.
  14.  
  15. BYTES gives:
  16. # 14633d
  17. 197.5
  18.  
  19. BTW the timing algorithm I used (just in case it's not as accurate as I'd
  20. like.) is:A
  21.  
  22. \<<
  23. TIME SWAP
  24. ...
  25. (program here)
  26. ...
  27. TIME - TIME TIME - -
  28. \>>
  29.  
  30. The last two TIME commands remove the delay of the TIME commands 
  31. themselves.  It is (in case you're wondering) .0111 seconds
  32. --                                  ______________________________________
  33.       _______                       |                                    |
  34.      /\______\                      |       rabagley@uceng.uc.edu        |
  35.     / / ___  /_____ ______ ______   |                                    |
  36.    / / /_\/ /______\\_____\\_____\  |  Sex appeal is 50% what you've got |
  37.   / / _  __// ___  //  ___//  ___/  |  and 50% what people think you've  |
  38.  / / / \ \ / /_\/ //___  //___  /   |  got.              -Murphy         |
  39.  \/_/   \_\\_____//_____//_____/    |____________________________________|
  40.