home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac2_disk / comp_fix / compfix.bas (.txt) next >
Atari STOS Basic  |  1996-03-04  |  2KB  |  25 lines

  1. 113 DIM
  2. 2701 IF
  3. 63000 REM a STOS patch program which will slot numerous default files
  4. 63010 REM as produced by STOS FIX version 2.7 --> 3.0 into the TOS table
  5. 63020 REM used by any STOS compiled program.
  6. 63030 REM Put all the default files and the file to be patched into the same
  7. 63040 REM directory
  8. 63050 REM 
  9. 63060 REM The order the default files are detected is the order they are placed in
  10. 63070 REM the table, use the swap option to change if necessary
  11. 63080 REM I think the first entry in the table is the default
  12. 63100 LOCATE
  13. 63110 VARNAME
  14. 63120 VARNAME
  15. 63130 VARNAME
  16. 63140 UNTIL
  17. 63150 VARNAME
  18. 63160 VARNAME
  19. 63170 REM t$ is the string to find in the file, the beginning of the tos 1.2 entries
  20. 63180 VARNAME
  21. 63190 LOCATE
  22. 63200 VARNAME
  23. 63210 FOR
  24. 63220 LOCATE
  25.