Post Reply 
(10C) (11C) Fibonacci Numbers (Tom Grydeland) (10C and 11C)
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)
02-       34    (x<>y)
03-        0    (0)
04-       34    (x<>y)
05-        1    (1)
06-       30    (-)
07-    44  0    (STO 0)
08-       33    (Rv)
09-       40    (+)
10-    43 36    (LSTx)
11-       34    (x<>y)
12-    45  0    (RCL 0)
13-    43 35    (x=0)
14- 43,33 16    (GTO 16)
15- 43,33 05    (GTO 05)
16-       33    (Rv)
17- 43,33 00    (GTO 00)

Dump for SwissMicros DM12(L):

Code:
DM12
00  05000000000000  03000000000000  00000000000000  00000000000000
04  e17b4333f00b00  00000000000008  0000000000000c  00000000000000
08  00000000000000  103a0daa880c80  bef30200e8ba80  00000000000000
e8  00000000000000  00000000000000  05000000000000  00000000000000
f8  00000000000000  00000000000000  00000000000000  000000000000dc
fc  0516c40da5d5b4  dc0cb21fa50fa5  1f000000d85b1c  00000000000000
A: e17b4333f00b00  B: 00010000000000  C: ffffffffffffff
M: f16bfffff33b0b  N: 08000000000000  G: 42
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Fibonacci Numbers (Tom Grydeland) (10C and 11C) - grsbanks - 05-15-2017 03:59 PM



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