README.TXT FILE (12/3/97) *************** -- This is a model solution to HW4 by the team of Paul Pignataro, Daniel Kifer, and Saad Ahmed. -- Type "asm" to assemble and run the program. -- Basic functions of the program: * arrow keys: move the cursor * insert key: this toggles between REPLACE MODE and APPEND MODE. * ascii chars: will be replace current char or be appended, depending on current mode. * F1: marks the current cursor position (unmarking previous one). * F2: jumps to the marked cursor position. * F3: requests name for file for storing current screen. -- Note that F3 is an extra function not required for HW4.