[fa.info-cpm] DASM Version 1.4

C70:info-cpm (06/14/82)

>From rconn@BRL Mon Jun 14 00:33:57 1982
Hi --

        The new version of DASM is now under AR25:CPM on  MIT-MC.
The new files are:

MIT-MC Filename         CP/M Filename   Comments
ZDASM COM               DASM.COM        DASM 1.4 with Zilog Mnemonics
ZDASM MAC               DASM.MAC        Source to 1.4
ZDASMT MAC              DASMTDL.MAC     TDL Module for 1.4


        A few bugs in the previous  version  of  DASM  have  been
fixed  with  this  release.  Particularly, output of the ASM file
has been corrected and the Jump Relative instructions in the  TDL
module now terminate with <CR><LF> appropriately.

        Two key enhancements have also been made in this release.
The DASM command line may now take one of two forms:

                DASM or DASM FILENAME

If the latter is  used,  DASM  will  try  to  load  FILENAME.COM,
FILENAME.CTL, FILENAME.SYM, and FILENAME.DOC.  If it doesn't find
a particular file, it will simply  note  this  and  go  on.   The
Rfilename.ALL command also does the same thing now.

        I would like to give  a  special  thanks  to  Bridger  at
RAND-UNIX for his comments re the bugs in the previous release.

        Enjoy!

                                        Rick

C70:info-cpm (06/15/82)

>From bridger@Rand-Unix Mon Jun 14 20:21:41 1982
	Yes, I just read your 2 general messages on version 1.4.  We've been
off-net Sunday, so I haven't had a chance to try it out.
	These look like handy enhancements, too.  I admire the way you
have been able to take several solid utilities and add significant and
handy features!
	If I remember correctly, the relative jump bug also afflicted
ZZSORC (correct name?) in TDL mode.  Perhaps you could report that to its
maintainer.
	Should you have any taste for it left, it would be quite handy to
be able to disassemble directly into Digital Research mnemonics, especially
when patching something to be linked to other MAC/RMAC modules.  If I can be
of help on this, let me know.