home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 107 / c / read.me < prev    next >
Encoding:
Text File  |  1987-02-20  |  1.6 KB  |  58 lines

  1. ASPIFF.C
  2. ASPIFF.INP
  3. ASPIFF.MAK
  4. ASPIFF.MAN
  5. ASPIFF.TTP
  6.  
  7.     ASPIFF will format the assembly code written by the Alcyon compiler.  The 
  8.     first of three C utilities.
  9.  
  10.  
  11. CMERGE.C
  12. CMERGE.MAN
  13. CMERGE.TTP
  14.  
  15.     CEMERGE will insert the assembly source written by the Alcyon compiler into
  16.     a copy of the C source that generated the assembly file.  The second of
  17.     three C utilities.
  18.  
  19.  
  20. CSPIFADJ.C
  21. CSPIFF.C
  22. CSPIFF.INP
  23. CSPIFF.MAK
  24. CSPIFF.MAN
  25. CSPIFF.TTP
  26.  
  27.     CSPIFF will align comments and make indentation uniform in C source files.
  28.     The third of three C utilities.
  29.  
  30.  
  31. READPIC.C
  32. TINY.S
  33.  
  34.     This is the promised source for DEGAS compressed file reader/writer and
  35.     Tiny reader.  I've included the general routine to load any common ST
  36.     picture file, Neo, DEGAS, DEGAS compressed, or Tiny format.  Public domain.
  37.     C source by John Brochu.  This includes an assembly listing for the Tiny
  38.     unpacker.  Source code by the author of the PicSwitch conversion program.
  39.  
  40.  
  41. SPIFF.SH
  42.  
  43.     This is a shell script for Micro-C Shell for making ASPIFF and CSPIFF more
  44.     simpler to use.
  45.  
  46.  
  47. TINYRD.C
  48.  
  49.     Keywords: TINY PICTURE READ CODE C
  50.     
  51.     Here is a source file for reading .TNY pictures into C programs.  The .TNY
  52.     documentation was very incorrect on many details of the file format, so
  53.     this should help those trying to read the files.  Set up the 'screen'
  54.     variable with your 32K screen buffer address, open the .TNY file as input,
  55.     and call the do_tiny() function with the file handle passed as a parameter.
  56.     The routine decompresses the picture and closes the file.  Enjoy!
  57.     Written by Tom Hudson.
  58.