home *** CD-ROM | disk | FTP | other *** search
- From: akcs.nomad@hpcvbbs.cv.hp.com (Adam Cowen)
- Date: Sat, 25 Jul 1992 19:40:02 GMT
- Subject: Re: Fast User RPN mkstr (IR Remote)
- Message-ID: <2a71a8f2.1479.2comp.sys.hp48.1@hpcvbbs.cv.hp.com>
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!mips!sdd.hp.com!hp-cv!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.nomad
- Newsgroups: comp.sys.hp48
- References: <1992Jul24.194053.19308@uceng.UC.EDU> <1992Jul24.195915.20272@uceng
- Lines: 33
-
- I have a smaller, and I think could be quicker way of doing the same
- thing.
-
- << -> V
- << V R->B #4d
- BLANK ->STR 13 V SUB
- >>
- >>
-
- This will give you approximately the size you need, but for even more
- compactness try:
-
- << R->B #4d BLANK
- ->STR >>
-
- The first program yeilds #FF01 71 bytes
- the second yeilds #C7C1 38 bytes.
-
- Now I am not sure if I made this myself, or it was someone elses idea, or
- program since I have been using it for so long (I have a toshiba stereo,
- so the other program is no good to me.)
-
- I also had a program to redefine the keyboard by user input so that
- someone could use normal keys, and not have to trade off their user
- assignments for remote control purposes. It also was nice and user
- friendly. But I trashed it. If anyone wants it I think I still have hte
- source somewhere.
-
- Adam Cowen
- VP of HP CLub in Edmonton
- Email: hpclub@ee.ualberta.ca
-
- call our BBS at (403) 487-6947 (and thats Edmonton, Alberta, CANADA)
-
-