71B: DISP, KEY$, and keyboard buffer
|
04-23-2021, 09:37 PM
Post: #15
|
|||
|
|||
RE: 71B: DISP, KEY$, and keyboard buffer
(04-23-2021 09:33 PM)Dave Britten Wrote:(04-23-2021 09:28 PM)rprosperi Wrote: Since the intended use is to ultimately resume execution after a long wait, you should strongly re-consider replacing KEY$ with KEYWAIT$, which puts the 71B into a sleep-like, low-power mode until a key is hit. KEY$ does appear to similarly just wait, but it's really running a near full program execution level inside (probably just looping and checking the key buffer), so if the calculations run for 30 secs and then you don't notice it has been waiting for another 30 secs, it's about the same as if the calculations ran for the full minute. KEY$ eats batteries for sure. Ok, then, ignore that. I really am not following this and why using DELAY INF to pause things - is this used to allow some static message to be scrolled left/right? I'd just use abbreviations... --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)