
dis is a quick and dirty disassembler for the 6805 microcontroler.
Send bug reports to tjohnson@csgrad.cs.vt.edu.   Or bug fixes even... :-)

dmp is like od, except that it spits out hex (which od can do...) and
converts data in the timex char set (used in the timex datalink watch)
 to ascii, which it also displays (which od does not...).
dmp is by Karl Hakimian, hakimian@eecs.wsu.edu.    (NOT me)

I would like to thank Motorola for putting the technical manuals for the
6805 on WWW.  Timex on the other hand has responded to every query I have
sent them, but has failed to answer a single one of my questions.

/* Copyright 1996 Tommy Johnson
**
** Permission is hereby granted to copy, reproduce, redistribute or otherwise
** use this software as long as: there is no monetary profit gained
** specifically from the use or reproduction of this software, it is not
** sold, rented, traded or otherwise marketed, and this copyright notice is
** included prominently in any copy made.
**
** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
** IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
** FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. ANY USE OF THIS
** SOFTWARE IS AT THE USER'S OWN RISK.
*/
