The Museum of HP Calculators


Wood Floor Estimate for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Home Const. Estimating 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 "FLOOR"
 02 CLRG
 03 "LABOR RATE ?"
 04 PROMPT
 05 STO 00
 06 LBL A
 07 "AREA ?"
 08 PROMPT
 09 STO 05
 10 "COST/1000SF?"
 11 PROMPT
 12 1 E3
 13 /
 14 *
 15 XEQ 00
 16 ST+ 02
 17 STO 01
 18 RCL 00
 19 RCL 05
 20 "LAB. FACTOR ?"
 21 PROMPT
 22 1 E3
 23 /
 24 *
 25 2
 26 *
 27 XEQ 00
 28 2
 29 /
 30 ST+ 04
 31 *
 32 "HRS.="
 33 ARCL L
 34 PROMPT
 35 XEQ 00
 36 ST+ 03
 37 "LAB."
 38 XEQ 11
 39 RCL 01
 40 "MAT."
 41 XEQ 11
 42 +
 43 "TOTAL"
 44 XEQ 11
 45 "T. HRS.="
 46 ARCL 04
 47 PROMPT
 48 RCL 02
 49 "T. MAT."
 50 XEQ 11
 51 RCL 03
 52 "T. LAB."
 53 XEQ 11
 54 +
 55 "G.T."
 56 LBL 11
 57 "|-=$"
 58 ARCL X
 59 PROMPT
 60 RTN
 61 LBL 00
 62 .5
 63 +
 64 INT
 65 RTN
 66 END

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