
Comments about the c30sim assembler by Chi Doung.

12/09/97

The core of the assembler is from Keith.  However, I have changed several
places: (a) modified all fprintf() to output .hex instead of .dsk file,
and (b) removed all dos GUI interface, and (c) removed or rewrote BC++
predefined functions.  As the result, if Keith updates his codes for the
debugger assembler, it will take certain amount of work to update C30
assembler. 

Keith's dsk3a.cpp was replaced by a new file assmc30.cc with the
dskAssembler function of assmc30.cc in place of the main program of
dsk3a.cpp.  The codes to generate 2 files .inthex and .hex for assm
command are in assmc30.cc.  
