home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp48 / 6774 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.1 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!funic!sauna.cs.hut.fi!news.cs.hut.fi!mheiskan
  2. From: mheiskan@hut.fi (Mika Heiskanen)
  3. Newsgroups: comp.sys.hp48
  4. Subject: Re: RPL Entry Points
  5. Date: 08 Jan 93 04:28:55 GMT
  6. Organization: Helsinki University of Technology, Finland
  7. Lines: 16
  8. Distribution: inet
  9. Message-ID: <MHEISKAN.93Jan8062855@lk-hp-19.hut.fi>
  10. References: <xwzrl#d@lynx.unm.edu>
  11. Reply-To: mheiskan@vipunen.hut.fi
  12. NNTP-Posting-Host: lk-hp-19.hut.fi
  13. In-reply-to: meissner@triton.unm.edu's message of Fri, 08 Jan 93 02:05:01 GMT
  14.  
  15.  
  16. In article <xwzrl#d@lynx.unm.edu> meissner@triton.unm.edu (John Meissner) writes:
  17.  
  18. >    1) Is there an easy way to enter a user-RPL routine just after
  19. >the CK1.  I want to use the dispatching of x+ and x* without re-marking
  20. >the stack as user-owned.  Any sugestions would be appreciated.
  21.  
  22. For commands starting with CK<n>&Dispatch use EvalNoCK. It checks the first
  23. command in a composite, if it is CK<n>&Dispatch CK&DISPATCH1 is executed
  24. instead. Else 1st command is just skipped.
  25.  
  26. PTR 18F6A is unsupported, but you could call it EvalNoCK: It executes EvalNoCK
  27. on the next object in the stream.
  28.  
  29. --
  30. --> mheiskan@vipunen.hut.fi
  31.