This is the NMSU CS273 tools distribution.  It consists of

as11:  the Motorola freeware HC11 assembler, released by them under
the GPL.  The as11 directory contains the source code for this
assembler; the full Motorola distribution (including license and
documentation) is in the file asm68xx.a00.tgz

sim6811:  the NMSU HC11 simulator, originally written by Ted Dunning
and since maintained and enhanced by many people (some of whose names
appear in the comments for their changes).

tksim11:  a graphical user interface for sim6811, written by Jonathon
Cook.  Note that you need to have the tcl scripting language and its
tk toolkit installed to use tksim11; tksim11 will only be built if
this is present.

This code is released under the GPL.  See the file COPYING for details

See the file INSTALL for installation instructions.  For people
already familiar with the GNU autotools, the standard

./configure; make; sudo make install

sequence will configure, build, and install this software.  If you
wish to install without tksim11, use

./configure --disable-tksim11; make; sudo make install

Email bug reports to Joe Pfeiffer:
pfeiffer@cs.nmsu.edu
