Post Reply 
DM-42 and WP-43S
04-05-2017, 09:42 AM
Post: #48
RE: DM-42 and WP-43S
The stack lift flag is a residual from the early days when there wasn't enough memory to allow the entry of a new number without destroying one of the registers. You were entering the number directly in the X register.

It isn't a bug, it is as designed and intended. It isn't the enter after the division that isn't causing the stack lift, it is the digit entry after the enter.

After the divide, the stack will contain 20 and the stack lift flag is set.
After the enter, the stack will contain 20 20 and the stack lift flag is clear.
After the 2, the stack will contain 20 2 (the 2 replaces the 20 because of the clear stack lift flag).
After the divide, the stack will contain 10 and the stack lift flag will be set.

The stack operation is logically consistent, just with a rule or two you weren't aware of. The system works well which is why people still want it. The number of operations that clear the stack lift flag are small: enter, %, sigma+, clx and each one makes sense preventing stack lift.

The 34S does have an input buffer which allows you to begin digit entry and backspace out without changing the stack but in all other ways it supports the stack lift flag's operation.


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


Messages In This Thread
DM-42 and WP-43S - vido - 02-15-2017, 06:38 AM
RE: DM-42 and WP-43S - Paul Dale - 02-15-2017, 07:10 AM
RE: DM-42 and WP-43S - vido - 02-15-2017, 10:11 PM
RE: DM-42 and WP-43S - Paul Dale - 02-16-2017, 07:55 AM
RE: DM-42 and WP-43S - Hsilop - 02-20-2017, 10:11 PM
RE: DM-42 and WP-43S - Paul Dale - 02-21-2017, 04:50 AM
RE: DM-42 and WP-43S - Hsilop - 02-21-2017, 06:58 AM
RE: DM-42 and WP-43S - Paul Dale - 02-21-2017, 07:25 AM
RE: DM-42 and WP-43S - Hsilop - 02-22-2017, 07:19 PM
RE: DM-42 and WP-43S - Paul Dale - 02-24-2017, 01:40 AM
RE: DM-42 and WP-43S - Hsilop - 02-24-2017, 12:29 PM
RE: DM-42 and WP-43S - Paul Dale - 02-25-2017, 05:01 AM
RE: DM-42 and WP-43S - emece67 - 02-26-2017, 12:33 AM
RE: DM-42 and WP-43S - efroymson - 02-28-2017, 10:38 PM
RE: DM-42 and WP-43S - Hsilop - 03-01-2017, 08:24 AM
RE: DM-42 and WP-43S - emece67 - 03-01-2017, 09:15 AM
RE: DM-42 and WP-43S - emece67 - 03-01-2017, 10:37 AM
RE: DM-42 and WP-43S - Paul Dale - 03-01-2017, 11:38 AM
RE: DM-42 and WP-43S - emece67 - 03-01-2017, 12:12 PM
RE: DM-42 and WP-43S - Steve Simpkin - 03-01-2017, 07:29 PM
RE: DM-42 and WP-43S - vido - 03-01-2017, 08:10 PM
RE: DM-42 and WP-43S - Massimo Gnerucci - 03-01-2017, 09:22 PM
RE: DM-42 and WP-43S - Paul Dale - 03-02-2017, 01:22 AM
RE: DM-42 and WP-43S - Hsilop - 03-01-2017, 08:59 PM
RE: DM-42 and WP-43S - emece67 - 03-01-2017, 11:18 PM
RE: DM-42 and WP-43S - pascal_meheut - 03-02-2017, 03:38 AM
RE: DM-42 and WP-43S - Hsilop - 03-02-2017, 08:59 AM
RE: DM-42 and WP-43S - pascal_meheut - 03-03-2017, 02:47 AM
RE: DM-42 and WP-43S - Paul Dale - 03-03-2017, 03:23 AM
RE: DM-42 and WP-43S - Nigel (UK) - 03-03-2017, 09:18 AM
RE: DM-42 and WP-43S - Guenter Schink - 03-01-2017, 09:39 PM
RE: DM-42 and WP-43S - vido - 03-01-2017, 11:40 PM
RE: DM-42 and WP-43S - Matt Agajanian - 03-21-2017, 11:53 PM
RE: DM-42 and WP-43S - pascal_meheut - 03-22-2017, 09:02 AM
RE: DM-42 and WP-43S - vido - 03-22-2017, 08:58 PM
RE: DM-42 and WP-43S - pascal_meheut - 03-23-2017, 02:56 AM
RE: DM-42 and WP-43S - vido - 03-23-2017, 04:00 AM
RE: DM-42 and WP-43S - c785 - 04-04-2017, 03:43 PM
RE: DM-42 and WP-43S - rprosperi - 04-04-2017, 06:34 PM
RE: DM-42 and WP-43S - Massimo Gnerucci - 04-04-2017, 07:18 PM
RE: DM-42 and WP-43S - bhtooefr - 04-04-2017, 04:35 PM
RE: DM-42 and WP-43S - Luigi Vampa - 04-04-2017, 07:03 PM
RE: DM-42 and WP-43S - c785 - 04-04-2017, 07:58 PM
RE: DM-42 and WP-43S - rprosperi - 04-04-2017, 10:35 PM
RE: DM-42 and WP-43S - c785 - 04-05-2017, 09:18 AM
RE: DM-42 and WP-43S - bhtooefr - 04-05-2017, 09:26 AM
RE: DM-42 and WP-43S - c785 - 04-05-2017, 09:34 AM
RE: DM-42 and WP-43S - Paul Dale - 04-05-2017, 09:48 AM
RE: DM-42 and WP-43S - c785 - 04-05-2017, 11:02 AM
RE: DM-42 and WP-43S - Paul Dale - 04-05-2017, 10:03 PM
RE: DM-42 and WP-43S - Paul Dale - 04-05-2017 09:42 AM
RE: DM-42 and WP-43S - bhtooefr - 04-05-2017, 10:15 AM
RE: DM-42 and WP-43S - emece67 - 04-06-2017, 11:07 AM



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