Post Reply 
Question about Stack and Roll
07-01-2016, 04:05 PM
Post: #6
RE: Question about Stack and Roll
(07-01-2016 02:03 PM)Antlab Wrote:  This surprises me, because I was expecting the sequence 1, 2, 3, 4.
Probably I am missing some subtlety of the RPN Roll behaviuor, could you please help me to understand what happens?
Thanks.

The behaviour you should have IMHO is ...

with data entry then with a bunch of roll down
Code:
Key    X  Y  Z  T  L  StackLocked
1      1  ?  ?  ?  ?  ?
ENTER  1  1  ?  ?  ?  yes
2      2  1  ?  ?  ?  yes
ENTER  2  2  1  ?  ?  yes
3      3  2  1  ?  ?  yes
ENTER  3  3  2  1  ?  yes
4      4  3  2  1  ?  yes
RDN    3  2  1  4  ?  no
RDN    2  1  4  3  ?  no
RDN    1  4  3  2  ?  no
RDN    4  3  2  1  ?  no

with data entry mixed with roll down
Code:
Key    X  Y  Z  T  L  StackLocked
1      1  ?  ?  ?  ?  ?
RDN    ?  ?  ?  1  ?  no
RDN    ?  ?  1  ?  ?  no
RDN    ?  1  ?  ?  ?  no
RDN    1  ?  ?  ?  ?  no
2      2  1  ?  ?  ?  no
RDN    1  ?  ?  2  ?  no
RDN    ?  ?  2  1  ?  no
RDN    ?  2  1  ?  ?  no
RDN    2  1  ?  ?  ?  no
3      3  2  1  ?  ?  no
RDN    2  1  ?  3  ?  no
RDN    1  ?  3  2  ?  no
RDN    ?  3  2  1  ?  no
RDN    3  2  1  ?  ?  no
4      4  3  2  1  ?  no
RDN    3  2  1  4  ?  no
RDN    2  1  4  3  ?  no
RDN    1  4  3  2  ?  no
RDN    4  3  2  1  ?  no

Sylvain
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Question about Stack and Roll - Antlab - 07-01-2016, 02:03 PM
Must be a bad emulator - striegel - 07-01-2016, 02:53 PM
RE: Question about Stack and Roll - wojtek - 07-01-2016, 03:16 PM
RE: Question about Stack and Roll - wojtek - 07-01-2016, 03:38 PM
RE: Question about Stack and Roll - Sylvain Cote - 07-01-2016 04:05 PM
RE: Question about Stack and Roll - wojtek - 07-01-2016, 04:20 PM
RE: Question about Stack and Roll - wojtek - 07-01-2016, 06:38 PM
RE: Question about Stack and Roll - Antlab - 07-01-2016, 07:07 PM
RE: Question about Stack and Roll - Antlab - 07-02-2016, 04:52 PM



User(s) browsing this thread: 1 Guest(s)