[comp.sys.handhelds] 06EEB

akcs.dnickel@hpcvbbs.UUCP (Derek S. Nickel) (01/29/91)

(re: HP 48SX)

I've been looking at the default key bindings on the HP 48SX and have
come across a routine at 06EEB that is giving me some trouble.  so far
the best I can figure (empiracally) is "Set next return to here and
return".  (Unassembling it reveals some hocus-pocus with the B
register... Maybe its time to get up to speed in the RPL return stack?).

Though "Set next return to here and return" seems to explain the actions
in test programs, I am not satisfied with it.  I've seen other uses that
indicate that something more is happening.

Any Ideas?  (or do I have to figure it out myself?)

        Derek S. Nickel

akcs.dnickel@hpcvbbs.UUCP (Derek S. Nickel) (01/29/91)

OK, I already have a revision for what I think 06EEB does:

06EEB Get next object in previous stream (unevaluated)

For example:

<< 5 7 << External + + >> 11 13 17 >>
would yield:
3: 23
2: 13
1: 17
(where External is 06EEB)

Am I getting close?

        Derek S. Nickel