Helpful Files:
  FAXDUP.COM: Copies all fax related files to DY1:
  FX1DUP.COM: Copies all fax related source and command files to DY1:
  FX2DUP.COM: Copies all fax related .SAV files to DY1:
  FAXGEN.COM: Compiles and links all fax related files.

Documentation Files:
  FAXPRG.RNO: Short documentation on all fax programs.
  FONT.RNO  : Documentation on Font generator.
  FAXFIL.TXT: This file !
  EDMMM.RNO : Documentation on Multi Media Editor.

  FAXCOD.RNO: Paper on fax transcoding.
  IMAGE.RNO : Paper on Image data structures.

Multi Media Editor:
  EDMMM.COM : Compiles and links MM subsystem. Needs DIOLIB.OBJ, CLIB.OBJ,
	      CHDR.OBJ for linking.
  LNKMMM.COM: Links MM subsystem.

  MMMHDR.H  : Contains constants and type definitions. Used in most C programs
	      below.
  MMMCLI.C  : Main command interpretor. Calls text or image editor to handle
	      editing. Also responds to some top level commands that
	      handle the message as a whole.
  EDTEXT.C  : The text editor.
  IMGCLI.C  : command interpretor for image editor. accepts and
	      recognizes commands and calls appropriate handler
	      from EDIMG.C.
  EDIMG.C   : The image editor.
  GETMMM.C  : Reads MM mesaage from file and constructs structure.
  GMMMEL.C  : Reads individual elements of file in MM format.
  PUTMMM.C  : Stores structure in MM format.
  MMMELM.C  : Stores individual element of MM format.

  SUPPRT.C  : Support routines used by EDIMG.C.
  GENLIB.C  : Useful C programs of general scope.

  VCGDRV.COM: Compiles VCGDRV.
  VCGDRV.MAC: Contains high level primitives to 'drive' the Peritek
	      bitmap display.

Fax Transcoding programs:
  DECODE.COM: Compiles and links DECODE.
  DECODE.MAC: User program to convert Dacom 450 data to 16-bit runlength.

  RUNBIT.COM: Compiles and links RUNBIT. Needs CINTF.SML for compilation
	      and DIOLIB.OBJ and CSAV.OBJ for linking.
  RUNBIT.MAC: User program to convert 16-bit runlength to bitmap.

  ENC450.COM: compiles and links ENC450. Needs CINTF.SML for compilation and
	      DIOLIB.OBJ and CSAV.OBJ for linking.
  ENC450.MAC: User program to convert bitmap or 16-bit runlength 
	      to Dacom 450 format.

  DEC500.COM: Compiles and links DEC500 and DEC5UR. Needs CINTF.SML for
	      compilation and DIOLIB.OBJ and CSAV.OBJ for linking.
  DEC500.MAC: Subroutine to convert CCITT T.4 format to bitmap.
  DEC500.OBJ: .OBJ version of DEC500.MAC.
  DEC5UR.MAC: User program to convert CCITT T.4 format to bitmap;
	      uses DEC500.
  DEC500.SAV: .SAV version of user program.
  HUFDEC.MAC: Decode tables used by DEC500.

  ENC500.COM: Compiles and links ENC500 and ENC5UR. Needs CINTF.SML for 
	      compilation and DIOLIB.OBJ and CSAV.OBJ for linking.
  ENC500.MAC: Subroutine to convert bitmap to CCITT T.4 format.
  ENC500.OBJ: .OBJ version of ENC500.MAC.
  ENC5UR.MAC: User program to convert bitmap to CITT T.4 format;
	      uses ENC500.
  ENC500.SAV: .SAV version of user program.
  HUFENC.MAC: Encode tables used by ENC500.

Ascii to Fax programs:
  FONGEN.COM: Compiles and links FONGEN.
  FONGEN.MAC: Program to display bitmaps on VT100 and to create
	      and edit fonts.
  FONT1.FON : Contains 24 x 32 variable width fonts.

  FANCPR.COM: Compiles and links FANCPR.
  FANCPR.MAC: Converts Ascii to bitmap using user supplied fonts.

Bit map mungers:
  MAGNFY.COM: Compiles and links MAGNFY.
  MAGNFY.MAC: Scales bitmaps.

  COMPOS.COM: Compiles and links COMPOS.
  COMPOS.MAC: Program to compose images using several bitmap images.

Utilities:
  DIOLIB.COM: Compiles DIOLIB. Needs CINTF.SML for compilation.
  DIOLIB.MAC: Contains routines to interface to the RT11 file system.
	      Similar to C's I/O routines; provides fast
	      response via internal double buffering.

  CINTF.COM : Compiles CSAV. Creates macro library CINTF.SML.
  CINTF.MAC : Contains macros for interfacing C and macro programs.
  CINTF.SML : Macro library of above.
  CSAV.MAC  : Contains routines C$SAV and C$RET ( avail. in CLIB also).
	      Useful for programs with C interfaces that are not linked
	      with C programs or CLIB.

  DISP.COM  : Compiles and links DISP. Needs CLI.OBJ, CSP2C3.OBJ,
	      CHTABL.OBJ, CG1.OBJ and CG2.OBJ for linking.
  DISP.MAC  : user program to play with Peritek. Contains number
	      of routines to play with bitmaps and text.

  CIRC.COM  : Compiles and links DISP.
  CIRC.C    : Circle generator on peritek.
                                                                                               