zed80
=====

Zed80 is a pure perl implementation of a z80 disassembler. It based around the
algorithm described by Cristian Dinu called 'Decoding Z80 Opcodes' available at
http://www.z80.info/decoding.htm. For the curious 'zed' stands for
'Z80 Experimental Disassembler'. Zed80 is a very simple disassembler that
provides little more than an assembly dump of the specified file.


Usage
=====

./zed80.pl <filename>

where <filename> is the name of the file you wish to see a disassembled. A dump
of the z80 assembly will be displayed on standard output.


Bugs
====

Probably. :-)


Contact
=======

For queries regarding zed80, send an email to:
ian.chapman@amiga-hardware.com
