Post Reply 
[VA] SRC#003- New Year 2019 Special
01-20-2019, 06:13 PM
Post: #13
RE: [VA] SRC#003- New Year 2019 Special
This program is for the HP-29C:
Code:
01: 14 33    :    CLEAR REG
02: 23 00    :    STO 0
03: 22       :    R↓
04: 23 04    :    STO 4
05: 01       :    1
06: 23 03    :    STO 3
07: 15 13 00 :   ▸LBL 0
08: 24 03    :    RCL 3
09: 24 04    :    RCL 4
10: 61       :    ×
11: 15 73    :    π
12: 23 61 03 :    STO× 3
13: 24 02    :    RCL 2
14: 23 51 03 :    STO+ 3
15: 61       :    ×
16: 23 02    :    STO 2
17: 22       :    R↓
18: 23 51 02 :    STO+ 2
19: 14 73    :    LAST x
20: 24 04    :    RCL 4
21: 61       :    ×
22: 51       :    +
23: 24 01    :    RCL 1
24: 23 51 02 :    STO+ 2
25: 23 51 03 :    STO+ 3
26: 15 73    :    π
27: 61       :    ×
28: 51       :    +
29: 23 71 02 :    STO÷ 2
30: 23 71 03 :    STO÷ 3
31: 01       :    1
32: 23 01    :    STO 1
33: 15 23    :    DSZ
34: 13 00    :    GTO 0
35: 24 02    :    RCL 2
36: 15 74    :    1/x

Registers:

0: looping counter
1: x
2: y
3: z
4: 2019 (or whatever you entered)


Example:

2019
ENTER↑
200
R/S
12.63898232


Cheers
Thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [VA] SRC#003- New Year 2019 Special - Thomas Klemm - 01-20-2019 06:13 PM



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