home *** CD-ROM | disk | FTP | other *** search
- ASPIFF.C
- ASPIFF.INP
- ASPIFF.MAK
- ASPIFF.MAN
- ASPIFF.TTP
-
- ASPIFF will format the assembly code written by the Alcyon compiler. The
- first of three C utilities.
-
-
- CMERGE.C
- CMERGE.MAN
- CMERGE.TTP
-
- CEMERGE will insert the assembly source written by the Alcyon compiler into
- a copy of the C source that generated the assembly file. The second of
- three C utilities.
-
-
- CSPIFADJ.C
- CSPIFF.C
- CSPIFF.INP
- CSPIFF.MAK
- CSPIFF.MAN
- CSPIFF.TTP
-
- CSPIFF will align comments and make indentation uniform in C source files.
- The third of three C utilities.
-
-
- READPIC.C
- TINY.S
-
- This is the promised source for DEGAS compressed file reader/writer and
- Tiny reader. I've included the general routine to load any common ST
- picture file, Neo, DEGAS, DEGAS compressed, or Tiny format. Public domain.
- C source by John Brochu. This includes an assembly listing for the Tiny
- unpacker. Source code by the author of the PicSwitch conversion program.
-
-
- SPIFF.SH
-
- This is a shell script for Micro-C Shell for making ASPIFF and CSPIFF more
- simpler to use.
-
-
- TINYRD.C
-
- Keywords: TINY PICTURE READ CODE C
-
- Here is a source file for reading .TNY pictures into C programs. The .TNY
- documentation was very incorrect on many details of the file format, so
- this should help those trying to read the files. Set up the 'screen'
- variable with your 32K screen buffer address, open the .TNY file as input,
- and call the do_tiny() function with the file handle passed as a parameter.
- The routine decompresses the picture and closes the file. Enjoy!
- Written by Tom Hudson.
-