(10C) (11C) Fibonacci Numbers (Tom Grydeland) (10C and 11C)
|
05-15-2017, 01:16 PM
(This post was last modified: 06-15-2017 01:35 PM by Gene.)
Post: #1
|
|||
|
|||
(10C) (11C) Fibonacci Numbers (Tom Grydeland) (10C and 11C)
Today’s program is courtesy of Tom Grydeland. This is his Fibonacci number program for the HP-10C and HP-11C.
Here is what Tom wrote to me: Dear sir, In response to your blog post on Fibonacci numbers for the HP-15C: For the HP-11C, the DSE instruction (and ISG also) references register I only. Therefore, to run Joe Horn's program on the 11C, replace step 002 (STO 0) with '44, 25' (STO I), and step 010 (DSE 0) with '42, 5' (DSE). For the HP-10C, there are no ISG or DSE instructions, nor labels. The program becomes (tested) Code: Step Key Code Mnemonic Credit and thanks to Tom Grydeland |
|||
05-15-2017, 03:59 PM
Post: #2
|
|||
|
|||
RE: Fibonacci Numbers (Tom Grydeland) (10C and 11C)
This also works for the HP-12C:
Code: 01- 1 (1) Dump for SwissMicros DM12(L): Code: DM12 |
|||
05-15-2017, 09:51 PM
(This post was last modified: 05-15-2017 09:54 PM by Gerson W. Barbosa.)
Post: #3
|
|||
|
|||
RE: Fibonacci Numbers (Tom Grydeland) (10C and 11C)
(05-15-2017 03:59 PM)grsbanks Wrote: This also works for the HP-12C: Saving one step: Code:
Further optimization is still possible. Gerson. |
|||
05-15-2017, 10:47 PM
Post: #4
|
|||
|
|||
RE: Fibonacci Numbers (Tom Grydeland) (10C and 11C)
Here's the listing for HP-38 E/C or RPN-38 CX based on Gerson's last entry:
Code:
Regards, Bob |
|||
05-16-2017, 01:05 AM
(This post was last modified: 05-16-2017 01:12 AM by Gerson W. Barbosa.)
Post: #5
|
|||
|
|||
RE: Fibonacci Numbers (Tom Grydeland) (10C and 11C)
(05-15-2017 10:47 PM)bshoring Wrote: Here's the listing for HP-38 E/C or RPN-38 CX based on Gerson's last entry: One listing for the RPN-38CX might be Code:
Best regards, Gerson. |
|||
05-17-2017, 02:40 AM
Post: #6
|
|||
|
|||
RE: Fibonacci Numbers (Tom Grydeland) (10C and 11C)
Gerson, that's even better. Using RCL + LastX and the new DSE function !
Thanks! Regards, Bob |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)