home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / tex / webtp55.arc / README.DOC < prev    next >
Text File  |  1989-12-05  |  2KB  |  60 lines

  1. Short description of files in WEBTP55:
  2.  
  3. Tangle: (see TPWEBMAN.TeX for a description of tangle)
  4. =======
  5. TANGLE11.EXE   Tangle version 4/TP55 1.1 executable
  6. TANGLE.WEB     Knuths WEB file for tangle version 4
  7. TANGLE.CHG     change-file for Turbo Pascal 5.5
  8. ASM2INL.PAS    the inline assembler in TANGLE TP55
  9. INLASM.PAS     simple shell to test ASM2INL
  10.  
  11. Weave: (see TPWEBMAN.TeX for a description of weave)
  12. =======
  13. WEAVE02.EXE    Weave version 4/TP55 0.2 executable
  14. WEAVE.WEB      Knuths WEB file for weave version 4
  15. WEAVE.CHG      change file for Turbo Pascal 5.5
  16.  
  17. MakeFile
  18. ========
  19. MAKEFILE       makefile for tangle and weave "MAKE TANGLE WEAVE"
  20.  
  21. Documentation
  22. =============
  23. TPWEBMAN.TeX   Knuths documentation for the WEB system plus
  24.                a description of the Tangle TP55 peculiarities
  25. WEBMAC.TeX     include file for TPWEBMAN.TEX
  26.  
  27. Demos
  28. =====
  29. FEATURES.WEB   shows some Tangle/TP55 features
  30. ARRAYLIK.CHI   include file for FEATURES.WEB: demonstrate
  31.                array-like macros
  32. SHIFTOPT.CHI   include file for FEATURES.WEB: demonstrate
  33.                mod and div optimizations
  34.  
  35. MULTI.WEB      shows how to use multiple change files
  36. MULTI1.CHG     1st change file for MULTI.WEB
  37. MULTI2.CHG     2nd change file for MULTI.WEB
  38.  
  39. ASMDEMO.WEB    simple inline assembler demonstration
  40.  
  41. Additional stuff
  42. ================
  43. SPLIT.EXE      program to divide a Turbo Pascal program into a (small)
  44.                main program and N units. Try "SPLIT TEX 4" to split
  45.                TeX.Pas resulting in a small 'TEX.MP' and Units 'Unit1.Pas'
  46.                ,'Unit2.Pas', 'Unit3.Pas'  and 'Unit4.Pas'.
  47. SPLIT4.EXE     TP4 version of SPLIT, uses FAR JMP inlines to resolve
  48.                FORWARD references across units.
  49. (The source of SPLIT is not in a form suitable for publication)
  50.  
  51. ======================
  52. Peter Sawatzki
  53. Buchenhof 3
  54. D-5800 Hagen 1 (Dahl)
  55. Germany (West)
  56. BITNET: FE617@DHAFEU11
  57. ======================
  58.  
  59.  
  60.