Post Reply 
(25) MASTER MIND
11-15-2024, 09:51 AM
Post: #2
RE: (25) MASTER MIND
You may compare it to the MASTERMIND DELUXE program that is listed in the HP-25 Library Programs-PPC Jrnl.pdf (PPC JOURNAL V5 N10 PAGE 20) of this zip-file.

The listing can be found in the file ppc/HP25_MasterMind.25 attached to this post:
Code:
01: 23 01    : STO 1
02: 23 02    : STO 2
03: 24 05    : RCL 5
04: 23 04    : STO 4
05: 23 03    : STO 3
06: 24 07    : RCL 7
07: 23 61 03 : STO * 3
08: 23 61 02 : STO * 2
09: 24 03    : RCL 3
10: 15 71    : g x=0
11: 13 36    : GTO 36
12: 15 01    : g FRAC
13: 23 41 03 : STO - 3
14: 24 02    : RCL 2
15: 15 01    : g FRAC
16: 23 41 03 : STO - 3
17: 15 61    : g x<>0
18: 14 61    : f x<>y
19: 13 06    : GTO 06
20: 09       : 9
21: 23 51 06 : STO + 6
22: 13 06    : GTO 06
23: 23 61 04 : STO * 4
24: 23 71 00 : STO / 0
25: 61       : *
26: 15 01    : g FRAC
27: 15 61    : g x<>0
28: 14 61    : f x<>y
29: 13 33    : GTO 33
30: 23 41 04 : STO - 4
31: 01       : 1
32: 13 21    : GTO 21
33: 34       : CLx
34: 24 04    : RCL 4
35: 14 01    : f INT
36: 24 07    : RCL 7
37: 14 41    : f x<y
38: 13 23    : GTO 23
39: 23 61 01 : STO * 1
40: 24 00    : RCL 0
41: 23 61 04 : STO * 4
42: 23 71 00 : STO / 0
43: 24 01    : RCL 1
44: 15 01    : g FRAC
45: 23 41 01 : STO - 1
46: 15 61    : g x<>0
47: 13 34    : GTO 34
48: 24 06    : RCL 6
49: 23 41 06 : STO - 6
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(25) MASTER MIND - Thomas Klemm - 11-15-2024, 09:15 AM
RE: (25) MASTER MIND - Thomas Klemm - 11-15-2024 09:51 AM



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