The Museum of HP Calculators


Stanton and Lewis Numbers for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Chemical Engineering Solution Book. 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 "Le"
 02 SF 01
 03 GTO 01
 04 LBL "ST"
 05 CF 01
 06 LBL 01
 07 SF 00
 08 ENG 03
 09 CLX
 10 "H"
 11 FS? 01
 12 "Kc"
 13 PROMPT
 14 X=0?
 15 XEQ a
 16 STO 05
 17 CLX
 18 "D"
 19 PROMPT
 20 X=0?
 21 XEQ b
 22 STO 04
 23 CLX
 24 "V"
 25 FS? 01
 26 "Dab"
 27 PROMPT
 28 X=0?
 29 XEQ b
 30 STO 07
 31 CLX
 32 "CP"
 33 PROMPT
 34 X=0?
 35 XEQ b
 36 STO 06
 37 CLX
 38 "ST"
 39 FS? 01
 40 "Le"
 41 PROMPT
 42 X=0?
 43 XEQ b
 44 STO 02
 45 RCL 04
 46 *
 47 RCL 07
 48 *
 49 RCL 06
 50 *
 51 RCL 05
 52 /
 53 FS? 00
 54 1/X
 55 CLA
 56 ARCL 00
 57 "|-="
 58 ARCL X
 59 AVIEW
 60 STOP
 61 LBL a
 62 CF 00
 63 LBL b
 64 ASTO 00
 65 1
 66 RTN
 67 END

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