convert.c 
---------
This is a conversion utility to generate an ASCII hexdump out of any
binary file (like WAV audio files). This output file can now easily be
included in an assembler sourcefile.

Usage:
convert sourcefile [destfile] 

  -sourcefile: binary file to be converted
  -destfile: optional name for the outputfile, default name is hexdump.txt

Of course, this program is not supposed to run on the EyeBot,
but on a PC.
