# z80dasm mit Homebrew, apt, dnf installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für z80dasm in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:z80dasm
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install z80dasm
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install z80dasm
```

  Evidenz: Debian stable package indexes: z80dasm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install z80dasm
```

  Evidenz: Fedora Rawhide package metadata: z80dasm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:z80dasm
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/z80dasm>
- **Version:** 1.2.0
- **Quellzusammenfassung:** Disassembler for the Zilog Z80 microprocessor and compatibles
- **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>
- **Generiert:** 2026-07-08T18:08:21+00:00

## Executables

- z80dasm (cli)
- z80dasm (Alias)

## Installationsverhalten

- Post-install-Hook: nicht definiert
- 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

## Version und Aktualität

- Seite generiert: 2026-07-08
- Manager-Version: 1.2.0
- lokale Daten: OK
- Upstream-Repository: https://packages.debian.org/sid/z80dasm
- Info: No package-manager update timestamp was available.
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 1994-2007: dz80 and z80dasm copyright history spans Jan Panteltje's original dz80 work and Tomaz Solc's z80dasm development.
- 2007: z80dasm 1.0 and 1.1 era work added Debian packaging changes, symbol-table rewrites, and code/data block support.
- 2009-2018: 1.1.x releases fixed branch, symbol, block, and undocumented-instruction handling.
- 1.2.0: Added Z180-specific instruction support and symbol-comment output.

### Related projects

- Related projects include dz80, z80asm, zasm, the original Zilog assembler, Galaksija ROM disassembly work, and other Z80/Z180 reverse-engineering tools.

### Quellen

- <https://manpages.ubuntu.com/manpages/trusty/man1/z80dasm.1.html>
- <https://packages.fedoraproject.org/pkgs/z80dasm/z80dasm/index.html>
- <https://raw.githubusercontent.com/lvitals/z80dasm/main/NEWS>
- <https://raw.githubusercontent.com/lvitals/z80dasm/main/README.md>
- <https://tracker.debian.org/z80dasm>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Details aus der Quelldatenbank

- **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:** stable

## Andere Paketmanager-Einträge

- Debian apt - z80dasm - 1.1.6-1: normalized package name match | Debian stable package indexes: z80dasm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | disassembler for the Zilog Z80 microprocessor | https://www.tablix.org/~avian/blog/articles/z80dasm/
- Ubuntu apt - z80dasm - 1.1.6-1: normalized package name match | Ubuntu 24.04 LTS package indexes: z80dasm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | disassembler for the Zilog Z80 microprocessor | https://www.tablix.org/~avian/blog/articles/z80dasm/
- dnf - z80dasm - 1.1.3-24.fc44: normalized package name match | Fedora Rawhide package metadata: z80dasm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Z80 Disassembler | http://www.tablix.org/~avian/blog/articles/z80dasm/


## Verwandte Links

- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [capstone](https://www.automicvault.com/de/pkg/brew/capstone/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, reverse-engineering.
- [readpe](https://www.automicvault.com/de/pkg/brew/readpe/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, reverse-engineering.
- [swift-section](https://www.automicvault.com/de/pkg/brew/swift-section/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, reverse-engineering.
- [udis86](https://www.automicvault.com/de/pkg/brew/udis86/) - Shares av.db curated category or tags: cli, developer-tools, disassembler, reverse-engineering.
- [abi-dumper](https://www.automicvault.com/de/pkg/brew/abi-dumper/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [apktool](https://www.automicvault.com/de/pkg/brew/apktool/) - Shares av.db curated category or tags: cli, developer-tools, reverse-engineering.
- [bingrep](https://www.automicvault.com/de/pkg/brew/bingrep/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [binsider](https://www.automicvault.com/de/pkg/brew/binsider/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/z80dasm.yml](https://github.com/automic-vault/db/blob/main/combined/z80dasm.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
