The Museum of HP Calculators


Simon for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Games Solution Book. This program was entered and uploaded by Tony Duell. The Barcode for this program was provided by Brian Ward.

This program is supplied without representation or warranty of any kind. Tony Duell, Hewlett Packard and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Documentation Information (CD or source code)
How to get this Program to your Calculator (via HP-IL, disk, wand, and fingers)
Download Binary (.raw) program for disk or PC HP-IL Card download
Download Hexadecimal (.dat) program for Serial Port download
Display the Program Barcode (.pdf) for printing and scanning

Program Listing

LINE  KEYS
 01 LBL "R"
 02 FS? 00
 03 RTN
 04 RCL 00
 05 9821
 06 *
 07 .211327
 08 +
 09 FRC
 10 1.1111
 11 *
 12 FRC
 13 STO 00
 14 RTN
 15 LBL "SIMON"
 16 FIX 00
 17 CF 29
 18 CF 06
 19 FS?C 00
 20 SF 07
 21 XEQ "R"
 22 FS?C 07
 23 SF 00
 24 "HOW MANY?"
 25 PROMPT
 26 1 E3
 27 /
 28 1
 29 +
 30 STO 01
 31 CLX
 32 STO 02
 33 LBL 10
 34 RCL 01
 35 INT
 36 XEQ "R"
 37 XEQ "TONES"
 38 XEQ "?"
 39 FS? 05
 40 GTO "NO"
 41 "YES: "
 42 ARCL X
 43 AVIEW
 44 ISG 01
 45 GTO 10
 46 FS?C 06
 47 GTO 01
 48 BEEP
 49 BEEP
 50 "YOU WIN"
 51 AVIEW
 52 RTN
 53 LBL "TONES"
 54 RCL 01
 55 INT
 56 STO 03
 57 RCL 00
 58 FRC
 59 LBL 03
 60 10
 61 *
 62 INT
 63 VIEW X
 64 TONE IND X
 65 LASTX
 66 FRC
 67 DSE 03
 68 GTO 03
 69 RTN
 70 LBL "NO"
 71 SF 06
 72 TONE 02
 73 TONE 00
 74 "NO: "
 75 ARCL X
 76 "|-, NOT "
 77 ARCL Y
 78 AVIEW
 79 PSE
 80 1
 81 ST+ 02
 82 ISG 01
 83 GTO 10
 84 LBL 01
 85 "YOU MISSED "
 86 ARCL 02
 87 CF 06
 88 AVIEW
 89 RTN
 90 LBL "?"
 91 "NUMBERS?"
 92 PROMPT
 93 CF 05
 94 RCL 00
 95 RCL 01
 96 INT
 97 10^X
 98 *
 99 INT
100 X=Y?
101 RTN
102 SF 05
103 RTN
104 END

Go back to the HP-41 software library
Go back to the general software library
Go back to the main exhibit hall