home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / assembler / tasm / doc / README_SRC < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.3 KB  |  32 lines

  1. This   disk contains the source code archive file for TASM - a  table 
  2. driven assembler.  
  3.  
  4. The  files in the source archive are Copyright 1985-1991   by  Speech 
  5. Technology Incorporated, all rights reserved. 
  6.  
  7. The archive file (TASMSRC.ZOO) can be extracted in the following way:
  8.  
  9.         booz x tasmsrc.zoo
  10.  
  11. The following files are to be copied with the following restrictions:  
  12. The owner of this software may  make as many copies of the  following 
  13. as  is  deemed  necessary as long as no possibility  exists  for  the 
  14. software  (or  derivitive products)   to be in use on more  than  one 
  15. machine at a time.  
  16.  
  17. TASM.C            - TASM mainline source code
  18. MACRO.C           - Additional TASM source code
  19. PARSE.C           - Additional TASM source code
  20. STR.C             - Additional TASM source code
  21. LOOKUP.C          - Additional TASM source code
  22. WRTOBJ.C          - Additional TASM source code
  23. TASM.H            - Header file defining TASM constants
  24. TASM.MAK          - Make file to build TASM (MS C version 5.x)
  25. MAKEFILE.MSC      - Make file to build TASM (MS C version 6.x)
  26. MAKEFILE.TC       - Make file to build TASM (Turbo C++)
  27. COPYRIGH.SRC      - Source Code Copyright notice 
  28.  
  29. To  build TASM from the source,  see the section BUILDING TASM  FROM 
  30. THE  SOURCE  FILES  in  the TASMTABS.DOC file.
  31.  
  32.