The Museum of HP Calculators


Skipped Payments for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Lend/Save/Lease 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 "SKIP"
 02 "NO. PER./YR. ?"
 03 PROMPT
 04 STO 00
 05 "NO. YRS. ?"
 06 PROMPT
 07 STO 01
 08 "INT ?"
 09 PROMPT
 10 100
 11 /
 12 STO 02
 13 "PV ?"
 14 PROMPT
 15 STO 04
 16 "LAST PMT NO.?"
 17 PROMPT
 18 STO 05
 19 "   NO. PMTS SKI"
 20 "|-PPED ?"
 21 PROMPT
 22 STO 06
 23 RCL 04
 24 RCL 02
 25 RCL 00
 26 /
 27 1
 28 +
 29 STO 07
 30 RCL 00
 31 RCL 01
 32 *
 33 CHS
 34 Y^X
 35 1
 36 -
 37 CHS
 38 /
 39 RCL 07
 40 RCL 00
 41 Y^X
 42 1
 43 -
 44 STO 03
 45 RCL 02
 46 *
 47 *
 48 RCL 00
 49 /
 50 RCL 07
 51 RCL 00
 52 RCL 05
 53 -
 54 Y^X
 55 ST- 03
 56 CLX
 57 RCL 07
 58 RCL 00
 59 RCL 06
 60 -
 61 RCL 05
 62 -
 63 Y^X
 64 RCL 03
 65 +
 66 /
 67 "E. PMT"
 68 XEQ 12
 69 RCL 07
 70 /
 71 "B. PMT"
 72 LBL 12
 73 "|-="
 74 ARCL X
 75 PROMPT
 76 RTN
 77 END

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