Skip to content
/ dez80 Public

A Z80 instruction decoding and (dis)assembly library.

License

Notifications You must be signed in to change notification settings

rzumer/dez80

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2eefb4b · Sep 1, 2020
Apr 14, 2020
Aug 29, 2020
Sep 1, 2020
Sep 1, 2020
Aug 29, 2020
Jul 17, 2019
Sep 1, 2020
Jan 1, 2020
Aug 11, 2019
Jul 18, 2019

Repository files navigation

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.