The Museum of HP Calculators


Employee Data Card Initialization for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Small Business 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 "EMP"
 02 "NO. OF DED. ?"
 03 PROMPT
 04 3
 05 *
 06 5
 07 +
 08 "SET SIZE "
 09 FIX 00
 10 CF 29
 11 ARCL X
 12 PROMPT
 13 1
 14 -
 15 STO 00
 16 "FIRST NAME ?"
 17 AON
 18 PROMPT
 19 ASTO 01
 20 "LAST NAME ?"
 21 PROMPT
 22 AOFF
 23 ASTO 02
 24 ASHF
 25 ASTO 03
 26 "SOC SEC NO ?"
 27 PROMPT
 28 "   "
 29 ARCL X
 30 ASTO Y
 31 ASHF
 32 ASTO X
 33 CLA
 34 "   "
 35 ARCL Y
 36 "|--"
 37 ARCL X
 38 ASHF
 39 ASTO 04
 40 ASHF
 41 ASTO X
 42 "-"
 43 ARCL X
 44 ASTO 05
 45 "M OR S?"
 46 AON
 47 PROMPT
 48 AOFF
 49 CF 00
 50 ASTO Y
 51 "S"
 52 ASTO X
 53 X=Y?
 54 SF 00
 55 "EXEMPTIONS ?"
 56 PROMPT
 57 100
 58 /
 59 RCL 00
 60 +
 61 FS?C 00
 62 CHS
 63 STO 00
 64 "WAGE ?"
 65 PROMPT
 66 STO 06
 67 "O. T. FACTOR ?"
 68 PROMPT
 69 STO 07
 70 RCL 00
 71 ABS
 72 INT
 73 1 E3
 74 /
 75 13
 76 +
 77 SF 00
 78 "% DEDUCTIONS"
 79 AVIEW
 80 PSE
 81 GTO 00
 82 LBL 03
 83 "DED. NAME ?"
 84 AON
 85 CF 23
 86 PROMPT
 87 AOFF
 88 FS? 23
 89 GTO 01
 90 CF 00
 91 "$ DEDUCTIONS"
 92 AVIEW
 93 PSE
 94 GTO 03
 95 LBL 01
 96 ASTO IND X
 97 ISG X
 98 "$ ?"
 99 FS? 00
100 "% ?"
101 PROMPT
102 FC? 00
103 CHS
104 STO IND Y
105 RDN
106 ISG X
107 LBL 00
108 ISG X
109 GTO 03
110 LBL "NY"
111 0
112 STO 09
113 STO 11
114 STO 12
115 RCL 00
116 ABS
117 INT
118 1 E3
119 /
120 13.00003
121 +
122 0
123 LBL 04
124 STO IND Y
125 ISG Y
126 GTO 04
127 XROM 30,07
128 RTN
129 END

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