home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 146_01 / cathead.146 < prev    next >
Text File  |  1985-03-10  |  2KB  |  65 lines

  1.  
  2. This files contains catalog header files for the text files on this
  3. volume - CUG #146.
  4.  
  5. /*
  6. HEADER:      CUG146.01;
  7. TITLE:       Small C compiler for 6800;
  8. VERSION:     Ver. 2 for FLEX;
  9. DATE:        08/13/1982;
  10. DESCRIPTION: "A version of Ron Cain's Small-C adapted for the
  11.              6800 micro under TSC's FLEX operating system. Initial conversion
  12.              was done on a PDP 11 running RSX-11 and the DECUS (public domain)
  13.              C compiler with Small C code from DECUS. Ongoing development of
  14.              this version is being carried out on a SWTPC 6800 with dual
  15.              8 inch floppies and 32K RAM.";
  16. KEYWORDS:    Small C; 6800, FLEX, Ron Cain, Serge Stepanoff, compiler;
  17. SYSTEM:      See DESCRIPTION;
  18. FILENAME:    CATHEAT.146;
  19. WARNINGS:    "The TSC assembler accepts any length labels but only
  20.              the first 6 characters are used and saved in the symboltable.
  21.              Therefore, if you have either funcitons or labels of the type
  22.              MODULE1 and MODULE2, the assembler will generate a multiply
  23.              defined lable error. Make sure that the first 6 characters
  24.              are unique.";
  25. AUTHORS:     Serge Stepanoff, Ron Cain;
  26. COMPILERS:   Small c;
  27. */
  28. /*
  29. HEADER:       CUG146.04;
  30. TITLE:        Small C compiler for 6800;
  31. DESCRIPTION:  "Pointers to FLEX subroutines";
  32. KEYWORDS:     pointers, FLEX subroutines;
  33. FILENAME:     flexptrs.txt
  34. */
  35. /*
  36. HEADER:      CUG146.06;
  37. TITLE:       Small C compiler for 6800;
  38. DESCRIPTION: "Small C header file";
  39. KEYWORDS:    Small C;
  40. FILENAME:    ccc.h
  41. */
  42. /*
  43. HEADER:      CUG146.08;
  44. TITLE:       Small C compiler for 6800;
  45. DATE:        09/09/1982;
  46. DESCRIPTION: "ORG-0; NAM Small-C Interpreter OPT NOP,NOG";
  47. KEYWORDS:    Small C interpreter;
  48. FILENAME:    ccint.txt
  49. */
  50. /*
  51. HEADER:      CUG146.09;
  52. TITLE:       Small C compiler for 6800;
  53. DESCRIPTION: "This routine read a binary file and prints the load
  54.              addresses of the file, as well as transfer address(es)
  55.              if any.";
  56. KEYWORDS:    fsize;
  57. FILENAME:    fsize.txt
  58. */
  59.  
  60. der files for the text files on this
  61. volume - CUG #146.
  62.  
  63. /*
  64. HEADER:      CUG146.01;
  65. TITLE: