home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / hp48 / 5825 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.6 KB  |  63 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!concert!seq!turing.u-strasbg.FR!fatri
  3. From: fatri@turing.u-strasbg.FR (fatri -- licence info. --)
  4. Subject: (none)
  5. Message-ID: <9211190900.AA11259@turing.u-strasbg.fr>
  6. Sender: daemon@seq.uncwil.edu (Admin)
  7. Organization: UNCW news/mail gateway service
  8. Date: Thu, 19 Nov 1992 09:00:36 GMT
  9. Lines: 52
  10.  
  11. Hello,
  12.  
  13.  
  14. First :
  15.  
  16. I'am new at sys-rpl  programming and I've few questions :
  17.  
  18. -What are the differences between :
  19.  
  20.  CK0 and CK0NOLASTWD  ?
  21.  CK1&Dispatch and CK&DISPATCH1  ?
  22.  
  23. -How to make a programm restore the stack as it was, if an error occur ?
  24.  
  25. Helps will be welcome.
  26.  
  27. Second :
  28.  
  29. In many remote programs there are routines to create a string of spaces
  30. Here is one to create a string of CHR 0, it uses the EXPAND sys-rpl
  31. command, it is very fast (takes 65 ms to create a 10K string) 
  32.  
  33. CR$ :
  34. ::
  35.  CK1&Dispatch
  36.  ONE
  37.  ::
  38.   COERCE
  39.   #2*
  40.   NULL$
  41.   SWAP
  42.   EXPAND
  43.  ;
  44. ;
  45.  
  46. Third : WARNING for those who uses NiCd batteries in their HP48sx 
  47.  
  48. I do so since I uses my HP very very often and for long periods and 
  49. I never had any problem until I put the batteries the wrong way round.
  50. My calc died. (Bouuhhh !!!)
  51. (I read this once in a book: if ON-[A]-[C] doesn't work, just put the
  52. batteries the wrong way round for about half a second, this will make a
  53. general reset ). I used to use this method because I didn't know about 
  54. the reset button at that time, and it never happend with ordinary
  55. batteries.
  56.  
  57. So if you use NiCd batteries, make sure you put them the right way on.
  58.  
  59. -Fatri-                                    e-mail : Fatri@turing.u-strasbg.fr
  60.  
  61.  
  62.  
  63.