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