PROLOGUE MAC Assembly laguage macro header file. UC H C prototype header file for UC.ASM UC ASM Source code to UnCompressAudio. UC OBJ Linkable object module version of UC.ASM UNC.C C version of UC.ASM UNC.OBJ The assembly language version of UncompressAudio exexcutes 4 times faster than the C version. DOSCALLS H C prototype header for DOSCALLS.H DOSCALLS ASM Contains C callable procedures into DOS INT 21 functions. DOSCALLS OBJ Linkable object module version of DOSCALLS.ASM AC ASM Source code to the ACOMP audio compression routine. ACOMP EXE The ACOMP executable utility. UCOMP C C source code to decompress audio files. Includes source to decompress extended ACOMP file format. Links to UC.OBJ+DOSCALLS.OBJ. UCOMP EXE Executable version of UCOMP.C. FORMAT DOC Describes the ACOMP file format and extended ACOMP .ABX file definitions. DEMO BAT Deomonstration batch file. ACOMP SND A demonstration sound file. IBMSND COM The IBM internal speaker sound driver. PLAY EXE Play sound files, including .ABT compressed files. ACOMP TXT Text of ACOMP article.