home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / tempcall / tempcall.eng next >
Text File  |  1990-03-07  |  2KB  |  51 lines

  1. **************************************************************************
  2. ***                                                                    ***
  3. ***                      TEMPCALL V1.1 vom 27.6.89                     ***
  4. ***                                                                    ***
  5. ***                                                                    ***
  6. ***         Program to use TEMPUS with the Manager of ST-Pascal        ***
  7. ***         ---------------------------------------------------        ***
  8. ***                                                                    ***
  9. ***                   (c) 1989 by Stefan Focke, Bonn                   ***
  10. ***                   ==============================                   ***
  11. ***                                                                    ***
  12. ***                                                                    ***
  13. ***                                                                    ***
  14. ***            ( GFA_Assembler V1.3, PC relative adresses )            ***
  15. ***                                                                    ***
  16. ***                                                                    ***
  17. **************************************************************************
  18.  
  19. This is a short english description. The longer german description you can
  20. find as a part of the assembler source code.
  21.  
  22.  
  23. If you use Tempus and ST-Pascal TEMPCALL does two things:
  24.  
  25. - If you call the editor with the shell-command 'editor':
  26.  
  27.   TEMPCALL tests, if there is an .ERR-file to the file you want to see. 
  28.   If there is one, Tempus will load it also.
  29.  
  30.  
  31.  
  32. - If you call the editor from the dialog box that appears after a compile-
  33.   error has been found:
  34.  
  35.   TEMPCALL uses the .ERR-File the .PAS-file and the faulty line nummer
  36.   and gives these to the basepage of TEMPUS
  37.  
  38.  
  39.  
  40.  
  41. How to install TEMPCALL:
  42.  
  43. Copy TEMPCALL.PRG to the folder that contains TEMPUS. Call the manager
  44. and use 'find files'. Note there, that you want to use TEMPCALL instead
  45. of TEMPUS as editor.
  46.  
  47. That's it.
  48.  
  49.  
  50.  
  51.