dez80 0.3.2

A Z80 disassembly library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DeZ80


A Z80 disassembly library.

## Features


* Standard Z80 instruction decoding
* Implementation-independent data structures
* Format handlers for displaying instructions and their individual components

## Use Cases


DeZ80 can function as a simple disassembler.
The `dez80_cli` binary component provides an interface for this use case.

The library component is flexible enough for use in other applications,
such as assemblers, debuggers, or emulators.