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

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