README.TXT
上传用户:hlzzc88
上传日期:2007-01-06
资源大小:220k
文件大小:1k
源码类别:

编译器/解释器

开发平台:

Others

  1. ]Hi,
  2. This is the source for a C compiler that generates 386 or
  3. m68K code.  Code generation is fairly good although the optimizer is
  4. a little naive... the code itself should be highly portable although
  5. there are some issues involved with porting from MSDOS that have to
  6. be resolved; for example the size of LONG on unix machines is so big
  7. some of the code generated gets messed up.
  8. Code generation requires TASM to assemble the compiler output;
  9. you can use the borland TLINK to produce executables, or the 
  10. Watcom WLINK can also be used.  PMODE systems written by TRAN are used
  11. for the DPMI interface.
  12. This compiler source is a companion file to the two files:
  13. ccdl139e.zip - C compiler executables with DOS libraries (for DOS)
  14. ccdl139l.zip - C compiler run-time libraries
  15. Which should also be available on the distribution site you got this
  16. from.  Read the LICENSE.TXT file for redistribution information.
  17. See license.txt for licensing information.
  18. Notes:
  19. This version has an inline assembler
  20. This version compiles itself and the resulting image runs!
  21. do NOT use tasm 4.1!!! (it is buggy)
  22. This program is being distributed through a variety of media; on the
  23. internet new releases may be found on:
  24. ftp.std.com:/pub/os-code  ( my site, updates get here quicker )
  25. ftp.simtel.net
  26. garbo.uwasa.fi
  27. David Lindauer
  28. 1428 Hepburn Ln. Apt #1
  29. Louisville, KY 40204
  30. email:  gclind01@starbase.spd.louisville.edu