home *** CD-ROM | disk | FTP | other *** search
/ Millennium Time Capsule / AC2000.BIN / disks / ac2_disk / comp_fix / compfix.doc < prev    next >
Text File  |  1996-03-07  |  2KB  |  53 lines

  1.                 STOS Compiler Fix version V1.0
  2.                         by L.J.Greenhalgh
  3.                                 Pd
  4.  
  5.         The author is not responsible for  any damage which may result
  6. to your system as a result of using this progam.
  7.  
  8.         At compile time the  STOS  compiler  inserts  a table into all
  9. compiled progams which contains the addresses of certain TOS routines.
  10. The address of these  routines  varies  depending  on the TOS version.
  11. Officially STOS supports up to  TOS  1.62,  however  with this fix the
  12. tables for up to 11 different  versions  of  TOS can  be inserted into
  13. compiled  STOS  programs  automatically.   This  means  your  compiled
  14. programs can automatically work on  the  Falcon  and  TOS 2.06. On the
  15. disc are separate data files for  the most popular TOS versions called
  16. def????.dat where the question marks signify the TOS version.
  17.  
  18. Installation
  19. copy all the def????.dat files into your compiler directory.
  20.  
  21. copy the file compfix.bas into the same directory as your compiler.acb
  22. program.
  23.  
  24. ensure that you perform  the  following  operation  on  a copy of your
  25. compiler .acb.
  26.  
  27. Run STOS
  28. type:
  29.  
  30. load "compiler.acb" <return>
  31. merge "compfix.bas" <return>
  32.  
  33. your compiler has now been updated, save it under a different name for
  34. example save"compiler2.acb." <return>.
  35.  
  36. When you now compile a  STOS  program  into  a  .prg the compiler will
  37. patch the program for all the  tos  versions contained in the compiler
  38. directory, it will tell you when  the  patch  is complete. You can now
  39. save the program as normal.
  40.  
  41. Note that for the patch to take  place  you must select the compile to
  42. memory option from the compiler screen.
  43.  
  44. The data files are exactly the same  as the data files produced by the
  45. STOS Fix program by Robert Quezeda,  and  are also utilised by Anthony
  46. Jaques Generic STOS Fixers. This  means  that  if any more versions of
  47. TOS appear you  can  compile  STOS  programs  which  will  work  on an
  48. updated TOS, providing you have the appropriate .dat file, just ensure
  49. that you have no more than 11 .dat files in the compiler directory.
  50.  
  51.                 enjoy.
  52.  
  53.