macOS
brew install z80dasmlocal Homebrew formula metadata
brew
Disassembler for the Zilog Z80 microprocessor and compatibles. Version 1.2.0 via Homebrew; verified from local package data.
install
brew install z80dasmlocal Homebrew formula metadata
sudo apt install z80dasmDebian stable package indexes · z80dasm · source: deb.debian.org
sudo dnf install z80dasmFedora Rawhide package metadata · z80dasm · source: dl.fedoraproject.org
overview
Disassembler for the Zilog Z80 microprocessor and compatibles
history
z80dasm is a Unix-style command-line disassembler for the Zilog Z80 family, aimed at turning ROM images and other raw machine-code binaries from 1980s microcomputers back into readable Z80 assembly.
The project descends from dz80 3.0, a Z80 disassembler by Jan Panteltje. z80dasm kept that core lineage but fixed bugs, added a more Unix-like command-line interface, and focused on output that could be assembled back into the original binary.
Tomaz Solc developed z80dasm in the context of the Galaksija ROM disassembly, which explains the tool's practical reverse-engineering bias: labels, symbol files, code/data block hints, and careful handling of undocumented, illegal, and partial Z80 opcodes matter more than a polished GUI.
The 1.1 series added stronger symbol handling, split code/data blocks, fixes for relative-branch wrapping, and many undocumented Z80 instructions. The 1.2.0 news entry adds support for Z180-specific instructions, keeping the tool useful for related Zilog-compatible targets.
z80dasm is a niche package, but it has the kind of adoption that matters for retrocomputing and preservation work: it is present in Debian-family package archives, Fedora, Homebrew, and other Unix packaging ecosystems, so ROM-analysis workflows can depend on a small reproducible CLI instead of a one-off local build.
Its adoption is tied less to volume and more to trust in reversible output. The README says compatibility with z80asm was thoroughly tested, and the manpage-oriented interface fits scripts that compare disassembly, reassembly, and original binary output.
Typical usage feeds z80dasm a binary or ROM dump, supplies an origin address, asks it to generate labels, and optionally provides symbol or block information so code and data are separated cleanly. The resulting assembly can be reassembled with tools such as z80asm, zasm, or the original Zilog assembler in compatible modes.
z80dasm is package-nerd significant because it is exactly the kind of tiny specialist tool that package managers preserve well: no external runtime library, a manpage-friendly CLI, and a focused job in old-machine archaeology.
It also shows why distribution packaging matters for preservation: the interesting artifact is often not the tool itself, but the old firmware, ROM, or operating system image that becomes easier to inspect when a reliable disassembler is one install command away.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
z80dasm | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://packages.debian.org/sid/z80dasm
install metadata
| Package key | brew:z80dasm |
|---|---|
| Version | 1.2.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/z80dasm |
| Homepage | https://packages.debian.org/sid/z80dasm |
| Repository | https://www.tablix.org/~avian/git/z80dasm.git |
| Upstream docs | https://sources.debian.org/src/z80dasm/1.1.6-1/README |
| License | GPL-2.0-or-later |
| Source archive | https://geeklan.co.uk/files/z80dasm-1.2.0.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | z80dasm |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
z80dasm 1.1.6-1
disassembler for the Zilog Z80 microprocessor
https://www.tablix.org/~avian/blog/articles/z80dasm/
sudo apt install z80dasmz80dasm 1.1.6-1
disassembler for the Zilog Z80 microprocessor
https://www.tablix.org/~avian/blog/articles/z80dasm/
sudo apt install z80dasmz80dasm 1.1.3-24.fc44
Z80 Disassembler
http://www.tablix.org/~avian/blog/articles/z80dasm/
sudo dnf install z80dasmsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.