DASM v1.52M   Short description
===============================

Program			: DASM
Version			: 1.53M
Host processor		: Intel 8086/8088
Operating system	: MS-DOS rel 2.0
Authors			: Richard Conn/Bob Ferguson
Date			: 16 Feb 2000
Derived from		: DASM, ZZSOURCE and RESOURCE (CP/M)
Download		: http://hello.to/ferguson
E-mail			: j.r.ferguson@iname.com

This  program  and its source code may be used and copied without charge. It is
donated to the public domain, as were the programs it was derived from.  In  no
way  the  author  can  be  held  responsible  for  any  damage or loss of data,
including claims from other parties, that may be caused by using it.

DASM 1.532M is a MS-DOS version of the once popular CP/M disassembler DASM v1.5,
which in its turn was a variant of RESOURCE  and  ZZSOURCE.  Read  the  comment
header of DASM.ASM for the history of the program. This version can be executed
with an Intel 8086/8088 or compatible CPU with MS-DOS, and can disassemble .COM
files  for the Intel 8086/8088 instruction set, but also for the Intel 8080 and
Zilog Z80 processors.

A manual is not included. The description of DASM  v1.5  (available  in  public
domain) is valid for this program. When the program is running, the 'H' command
provides a summary of the available commands.

Remarks:
- Symbols  starting  with the cvharacter '%' are interpreted as constants. This
  is important for the 8086/8088 version, as it will influence the disassembled
  instructions.
- The program does not support .EXE files.

The package consists of the following files:

DASM     ASM    Disassembler main source file, all three verisons
DASM     COM    Intel 8086/8088 disassembler
DASM     TXT    This text
DASM86   ASM    Include file for Intel 8086/8088 disassembler version
DASMTDL  ASM    Include file for TDL cross-dissasembler version
DASMTDL  COM    TDL cross-disassembler voor MS-DOS
DASMZLG  ASM    Include file for Zilog Z80 cross-disassembler version
DASMZLG  COM    Zilog Z80 cross-disassembler voor MS-DOS
ZIEI86   CMT    Intel 8086/8088 demo : comments
ZIEI86   COM    Intel 8086/8088 demo : load image
ZIEI86   CTL    Intel 8086/8088 demo : controls
ZIEI86   SYM    Intel 8086/8088 demo : symbols
ZIEZ80   CMT    Zilog Z80 / TDL demo : comments
ZIEZ80   COM    Zilog Z80 / TDL demo : load image
ZIEZ80   CTL    Zilog Z80 / TDL demo : controls
ZIEZ80   SYM    Zilog Z80 / TDL demo : symbols

ZIEZ80 and ZIEI96 are textfile viewers for CP/M and MS-DOS, respectively.  They
are included as sample programs for demonstration and exercise. The I86 version
is  fully  disassembled,  The  Z80  version  only  partially. Both programs are
written by Bob Ferguson and were donated to public domain.
