
This directory contains some occasionally handy utilities by C. Scheppner
and a Config utility with source by Bryce Nesbitt.  


Comp   - Perform a binary comparison of two files.
	 Usage: comp file1 file2

Config - Displays information about all of the configured boards in
         the system.  Source provided.
         Usage: config

SearchFile - searches file for binary or ascii value
        Usage: searchfile file [ 0xhex | /ascii/ ]

SearchMem - searches memory for binary or ascii value
        Usage: searchmem [0x]startaddr [0x]endaddr [ 0xhex | /ascii/ ]

SaveMem - saves memory range to a file
        Usage: savemem [0x]startaddr [0x]endaddr filename

TStat - Display the task status of a CLI# or exec task
        Usage:  [1-20|ExecTaskName]



