This is a list of all the files in the hp_calculator directory and a short description of each. AAREADME.1ST ;notes on calculator program and how to use it FILE_LIST.TEXT ;this file, list of programs and sources, etc. HP10C.DAT ;the 0's and 1's source for the calc keyboard image HP10C.IMAGE ;the calc keyboard image as a static int array HP.COM ;command procedure to link hp_calculator HP_D.COM ;command procedure to link hp_calculator c/w debug HP_CALCULATOR.C ;source for main program, asts, create window, etc. HP_CALCULATOR.OBJ ;main program compiled with VAX C HP_CALCULATOR.EXE ;the VAXStation calculator program, executable HP_KEYSTROKES.C ;source for function which operates on each keystroke HP_KEYSTROKES.OBJ ;keystroke function compiled with VAX C HP_KEYS.H ;include file, assigns code for each possible key HP_DISPLAY.C ;source for functions which handle error and display HP_DISPLAY.OBJ ;display functions compiled with VAX C OPTIONS_FILE.OPT ;required during the link only HP_KEYBOARD.UIS ;drawing file created with SIGHT, keyboard mapping HP.LN03PLUS ;keyboard mapping drawing RENDERed to LN03PLUS HP10C.COM ;command procedure to run calculator detached MAKE_IMAGE.C ;source for program to create bit pattern (set .TEXT) MAKE_IMAGE.OBJ ;make_image program compiled with VAX C MAKE_IMAGE.EXE ;make_image executable program, set make_image_setup MAKE_IMAGE.TEXT ;notes on make_image function MAKE_IMAGE_SETUP.COM ;command procedure to define make_image for use SML_CALC_ICON.DAT ;the ASCII 0's and 1's source for calculator icon SML_CALC_ICON.IMAGE ;the static integer array for the calculator icon TEST_IMAGE.C ;simple program to test/display bit pattern images TEST_IMAGE.OBJ ;test image program compiled with VAX C TEST_IMAGE.EXE ;program to test/display images, see source file