home *** CD-ROM | disk | FTP | other *** search
/ Megazine / Megazine-1.iso / PROGRAMA / ASSEMB / TEDITOR / TED.DOC < prev    next >
Encoding:
Text File  |  1993-10-01  |  3.3 KB  |  98 lines

  1.                       ******************************
  2.                       ***                        ***
  3.                       *** Turbo assembler EDitor ***
  4.                       ***                        ***
  5.                       ***------------------------***
  6.                       ***                        ***
  7.                       *** TED (c) 1993 Fred.asm  ***
  8.                       ***                        ***
  9.                       *** By Magik Manu++        ***
  10.                       ***                        ***
  11.                       ******************************
  12.                       
  13.  
  14.  
  15. What is TED ?
  16. -------------
  17.  
  18.         TED is an Editor for Turbo Assembler.
  19.         It allows you to create an Assembler source, or a project.
  20.         You'll be able to compile it,Tlink it and Run it.
  21.         
  22. What could you do with it ?
  23. ---------------------------
  24.  
  25.         With TED you may create an Assembler project : .PJA.
  26.         After all why not ?
  27.         
  28.         In fact, after you have build your project you may convert it in a
  29.         Make file (if you prefer).
  30.         
  31. TED requierments :
  32. ------------------
  33.  
  34.         TASMX: You'll be able to compile your source only if you have TASMX.
  35.         TLINK: You'll be able to link your source only if you have TLINK.
  36.         
  37.         DOS 5.0 or Sup.
  38.         1Mo of XMS or more for run TASMX and TLINK
  39.         
  40.  
  41.         If you have enought XMS free you'll be able to swap TED memory in 
  42.         XMS during the Run and the DosShell commands, then TED remains
  43.         about 1.5Ko in conventional memory (Takes of course more than 200Ko
  44.         of XMS).
  45.         
  46.  
  47. Miscellaneous: 
  48. --------------
  49.  
  50.         If you want some infos about the lastest releases take a look to 
  51.         Release.doc.
  52.         
  53.         If you have some comments and if they are unpleasant keep 'em for
  54.         you!
  55.         
  56.         No... seriously, if you have some comments or some bugs reports please
  57.         send 'em to me.
  58.         
  59.         I haven't made inline documentation because the uses of TED is very
  60.         easy, in fact if you uses Turbo Pascal or Borland C++ you may know
  61.         how the editor works.
  62.         
  63.         Some locals menu are availables by mouse right-click.
  64.         
  65.         For the configuration you may use an environment variable : TED
  66.         
  67.         ex: set TED=C:\UTIL
  68.         
  69.         So, Ted will write is config file in this directory and the desktop
  70.         file to.
  71.         
  72.         You may run Ted with some parameters. 
  73.         
  74.         ex: Ted Window.asm Hook ...
  75.         
  76.         You don't need to put extension cos' Ted will place .asm below.
  77.        
  78.         
  79.         *Warning* don't try to Run TSR program from TED because you'll hang.
  80.         
  81.         
  82.         TED has been written with Borland Pascal v7.01 in real mode.
  83.         
  84.         Borland Pascal, Borland C++, Turbo Assembler, TLink, and Make are
  85.         Borland Intl. softwares.
  86.         
  87.         TED is copyrighted by Fred.asm.
  88.         
  89.         
  90.  
  91.         Thank you for reading this doc and for using TED.
  92.         
  93.  
  94.                                                 Magik Manu++ // 1993
  95.                                                 ---------------------
  96.                                                 
  97.         
  98.