Invisible Pause in RPN-65 program
|
11-02-2021, 07:45 PM
Post: #1
|
|||
|
|||
Invisible Pause in RPN-65 program
Hi all.
For those of you familiar with Willy Kunz’s RPN-65 app, I’m trying to figure out how and why a sample program I made pauses during the running of the program. Here’s the program. 001: 23 LBL 002: 11 A 003: 31 f 004: 43 REG 005: 33 08 STO 8 LBL 0: 006: 23 LBL 007: 00 0 008: 02 2 009: 34 08 RCL 8 010: 35 g 011: 05 yˣ 012: 33 STO 013: 61 + 014: 01 1 015: 35 g 016: 83 DSZ 017: 22 GTO [006] 018: 00 0 019: 01 1 020: 33 STO 021: 61 + 022: 01 1 023: 34 01 RCL 1 024: 84 R/S As you can see, there is no Pause instruction in the listing. Yet, after step 11, the program pauses to reveal the result of the 2^(R8) instruction. I don’t mind the pause. But, since I didn’t include a Pause instructions and there is no Pause operation on the 65, how could the program execute a Pause? Thanks |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Invisible Pause in RPN-65 program - Matt Agajanian - 11-02-2021 07:45 PM
RE: Invisible Pause in RPN-65 program - Ren - 11-03-2021, 01:49 PM
RE: Invisible Pause in RPN-65 program - Matt Agajanian - 11-03-2021, 06:38 PM
RE: Invisible Pause in RPN-65 program - C.Ret - 11-03-2021, 07:22 PM
RE: Invisible Pause in RPN-65 program - Matt Agajanian - 11-04-2021, 03:45 AM
|
User(s) browsing this thread: 1 Guest(s)