home *** CD-ROM | disk | FTP | other *** search
- 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
- From: rabagley@uceng.UC.EDU (Ross A Bagley)
- Newsgroups: comp.sys.hp48
- Subject: Re: Fast User RPN mkstr (IR Remote)
- Message-ID: <1992Jul24.195915.20272@uceng.UC.EDU>
- Date: 24 Jul 92 19:59:15 GMT
- References: <1992Jul24.194053.19308@uceng.UC.EDU>
- Organization: College of Engineering, University of Cincinnati
- Lines: 29
-
- (sigh) Bug #1 found
- delete the first command: SWAP. It's an artifact of my timing algorithm I
- forgot to delete.
-
- BYTES gives:
- # 14633d
- 197.5
-
- BTW the timing algorithm I used (just in case it's not as accurate as I'd
- like.) is:A
-
- \<<
- TIME SWAP
- ...
- (program here)
- ...
- TIME - TIME TIME - -
- \>>
-
- The last two TIME commands remove the delay of the TIME commands
- themselves. It is (in case you're wondering) .0111 seconds
- -- ______________________________________
- _______ | |
- /\______\ | rabagley@uceng.uc.edu |
- / / ___ /_____ ______ ______ | |
- / / /_\/ /______\\_____\\_____\ | Sex appeal is 50% what you've got |
- / / _ __// ___ // ___// ___/ | and 50% what people think you've |
- / / / \ \ / /_\/ //___ //___ / | got. -Murphy |
- \/_/ \_\\_____//_____//_____/ |____________________________________|
-