macOS
brew install z80dasmlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für z80dasm in AI-Agent-Workflows.
Installation
brew install z80dasmlocal Homebrew formula metadata
sudo apt install z80dasmDebian stable package indexes · z80dasm · Quelle: deb.debian.org
sudo dnf install z80dasmFedora Rawhide package metadata · z80dasm · Quelle: dl.fedoraproject.org
Überblick
Disassembler for the Zilog Z80 microprocessor and compatibles
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
z80dasm | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://packages.debian.org/sid/z80dasm
Installationsmetadaten
| Paketschlüssel | brew:z80dasm |
|---|---|
| Version | 1.2.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/z80dasm |
| Homepage | https://packages.debian.org/sid/z80dasm |
| Repository | https://www.tablix.org/~avian/git/z80dasm.git |
| Upstream-Dokumentation | https://sources.debian.org/src/z80dasm/1.1.6-1/README |
| Lizenz | GPL-2.0-or-later |
| Quellarchiv | https://geeklan.co.uk/files/z80dasm-1.2.0.tar.gz |
| Bottle | verfügbar (auf 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 | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 z80dasmQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.