Lock-85 Version 1.0 Documentation
Email any errors, bugs, or comments to gull@cyberspace.org

Lock-85 will edit lock any TI-85 program automatically, with no hex
editing required.  To lock a program, follow these steps:

1) Edit your program, and make sure it ends with a Stop command.  Add at
   least two blank lines to the end.
2) Run the program.  (This tokenizes it.)
3) Transfer the program to your computer using your link software.
4) MAKE A BACKUP COPY OF THE FILE!!!
5) Run LOCK on the program file, by typing
        LOCK filename
   where filename is the name of the file you created.
   This can be either an 85P file, or an 85G file with only one program in it.
6) Link the file back to your calculator and try it out.

        If you get a 'Syntax Error' at the end of the program, either you
didn't use a Stop command at the end or you didn't leave two blank lines.
Also, you MUST run the program after editing it before you link it, or the
edit lock won't work properly.
        Lock checks to be sure the file is a valid TI-85 file, but it doesn't
check to see if it's a program file.  Running lock on a string or other data
file would probably do unhappy things to the file.  Also, if your program
file has more than one program in it, the file will probably be corrupted.
The program you want to lock should be the *only* one in the file.
