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

  1. From: akcs.n2kyw@hpcvbbs.cv.hp.com (Paul Smith)
  2. Date: Mon, 27 Jul 1992 02:40:03 GMT
  3. Subject: Re: HP28S Speed-up
  4. Message-ID: <2a7360a7.1472.2comp.sys.hp48.1@hpcvbbs.cv.hp.com>
  5. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-cv!hp-pcd!hpcvra!rnews!hpcvbbs!akcs.n2kyw
  6. Newsgroups: comp.sys.hp48
  7. References: <1992Jul24.144107.13102@bmerh85.bnr.ca> <2a72ddb3.1472.1comp.sys.hp
  8. Lines: 28
  9.  
  10. Here is the program to speed up the 28s.  Store it under the name SPEED.
  11. A few things to remember: power consumption varies with clock speed. 
  12. Doubling the clock speed will certainly increase your battery drain.  On
  13. the other hand, slowing the clock speed will reduce battery drain!  
  14. Changing the clock speed will change the beeper freqencies, as well as
  15. the results of any time programs you may have (there's a program in
  16. Mier-Jaedjowskowicz (sorry if I slaughtered the spelling) book on hp28
  17. insights to show the time using the internal system clock).
  18.  
  19. I've double checked the accuracy of this posting, but keep in mind that
  20. memory losses always strike when you least expect them, so write down
  21. those important programs first!
  22.  
  23. To use the program, put a number between 0 and 15 on the stack and
  24. execute the program.  7 corresponds to normal speed, and 15 to 2x speed.
  25. Here it is:
  26.  
  27. << 'SPEED' -> s n << PATH RCWS 64 STWS s R->B #Fh AND #1000000000000h 
  28. * #C600302331DFFBCh OR { #E60D51FFF00F1h #C808461241131h } + HOME n 
  29. RCL SWAP n PURGE n STO #DFFB7h SYSEVAL n STO STWS ->STR 3 OVER SIZE 2 
  30. - SUB STR-> >>  >>
  31.  
  32. remember, you must save the program under the name SPEED.
  33.  
  34. Also, THIS PROGRAM IS NOT FOR THE 48!!  dont try to run it on one.
  35.  
  36. Paul Smith
  37. v055qmd6@ubvms.cc.buffalo.edu
  38.  
  39.