The Museum of HP Calculators


Word Guessing Game for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Standard Applications. This program was entered and uploaded by Tony Duell.

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

Program Listing

LINE  KEYS
 01 LBL "WORDS"
 02 "KEY IN WORD"
 03 AON
 04 PROMPT
 05 ASTO 08
 06 6
 07 XEQ "DESPEL"
 08 .9
 09 STO 17
 10 "      "
 11 ASTO 09
 12 16.01
 13 XEQ "DESPEL"
 14 LBL "LTTR"
 15 CLA
 16 ASTO 09
 17 "LETTER?"
 18 AON
 19 PROMPT
 20 ASTO 10
 21 ISG 17
 22 1.006
 23 STO 18
 24 LBL 06
 25 " "
 26 ASTO Y
 27 RCL 18
 28 10
 29 +
 30 CLA
 31 ARCL IND X
 32 RDN
 33 ASTO X
 34 X#Y?
 35 GTO 00
 36 CLA
 37 ARCL 10
 38 ASTO Y
 39 CLA
 40 ARCL IND 18
 41 ASTO X
 42 X=Y?
 43 GTO 00
 44 " "
 45 ASTO X
 46 LBL 00
 47 CLA
 48 ARCL 09
 49 ARCL X
 50 ASTO 09
 51 AVIEW
 52 10
 53 RCL 18
 54 +
 55 CLA
 56 ARCL Y
 57 ASTO IND X
 58 ISG 18
 59 GTO 06
 60 CLA
 61 ARCL 08
 62 ASTO Y
 63 CLA
 64 ARCL 09
 65 ASTO X
 66 X=Y?
 67 GTO 00
 68 PSE
 69 PSE
 70 GTO "LTTR"
 71 LBL 00
 72 "DONE"
 73 AVIEW
 74 "WORD IS <"
 75 ARCL 09
 76 "|->"
 77 AVIEW
 78 PSE
 79 PSE
 80 RCL 17
 81 INT
 82 "YOU TOOK "
 83 ARCL X
 84 "|- GUESSES"
 85 AVIEW
 86 RTN
 87 LBL "DESPEL"
 88 STO 07
 89 ASTO 00
 90 LBL 07
 91 " "
 92 ARCL 00
 93 ASTO 00
 94 ASHF
 95 ASTO IND 07
 96 DSE 07
 97 GTO 07
 98 RTN
 99 END

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