home *** CD-ROM | disk | FTP | other *** search
/ Futura 19 / Futura_Issue_19_1996_NOSAUG_Disk_1_of_2_Side_A_BASIC.atr / fincal.doc < prev    next >
Text File  |  2023-02-26  |  2KB  |  1 lines

  1. ¢FINANICIAL CALCULATION PROGRAM¢Version 1D¢¢¢This program is written in machine langauge. Load with basic disabled.¢¢¢At the title screen there are three options:¢¢Press 1 to go to investment programs¢Press 2 to go to loan programs¢Press Escape key to return to DOS¢¢¢All the investment and loan programs will ask if all entries are correct.¢¢Press Y if entries are correct to continue.¢Press N and the program will return you to the title screen where you can start over.¢¢¢At the input prompts you would enter the numeric data (+-.0123456789) and¢press Return.¢¢Entering impossible numbers could possibly lock up the computer.¢¢¢At the 'press any key to continue' prompt there are three options:¢¢Press any key to continue¢Press Control-P to print to printer¢Press Control-D to print to Disk or printer¢¢¢When you save to disk you will be asked for the file name.  You can enter D, Dn, or P (examples P:, D:filename.dat, D8:filename.dat)¢In the table programs Investment #9 and Loan #7 the disk command will continue the program and record all information until done without any more prompts.  You can take the file you saved and load it to a wordprocessor and edit as you like.  The print command will only print one screen at a time and you will have to enter at each prompt.¢¢¢Loan program #4 Remaining balance on a loan will ask for:¢¢Last payment made?  You would answer with the payment number for the year (usually 1 to 12) - example: 12.¢¢Loan year? If a 4 year loan you would enter 1 to 4, a 30 year loan 1 to 30 - example: 1.¢¢¢In investment program #9 you are asked for the number of deposits or withdrawls per year, which you could answer 12 or any number you desire.  You are then asked for the amount which you can answer +100 for deposits or -100 for withdrawals.  If you answer 0 at the number of deposits question then the program will ask you for the compounding periods otherwise the program assumes you have 360 compounding periods per year.¢¢¢The program will run faster using the Fast chip floating point.¢¢¢The program resides in memory loacation $2000-$6FB0 and runs at $3000.¢¢This program was written with the LADS assembler.¢¢Any problems please contact me on Easy-Plex.¢¢Enjoy!¢¢Gordon Granec¢CIS 71511,2713¢1977 S. Idaho St.¢Allentown, Pa. 18103¢USA.¢