macOS
brew install z80asmlocal Homebrew formula metadata
brew
Assembler for the Zilog Z80 microprcessor and compatibles. Version 1.8 via Homebrew; verified from local package data.
install
brew install z80asmlocal Homebrew formula metadata
sudo apt install z80asmDebian stable package indexes · z80asm · source: deb.debian.org
sudo dnf install z80asmFedora Rawhide package metadata · z80asm · source: dl.fedoraproject.org
overview
Assembler for the Zilog Z80 microprcessor and compatibles
history
z80asm is a free assembler for the Zilog Z80 microprocessor and compatible CPUs. The official NonGNU page presents it as an ANSI C assembler that recognizes official mnemonics, most unofficial mnemonics, complex expressions, include files, conditional code, labels, and listing files.
The project is hosted on GNU Savannah/NonGNU, with its homepage emphasizing a free, easy-to-expand, easy-to-use assembler whose source can be read, modified, and redistributed. That framing fits the retrocomputing and embedded-toolchain world, where developers often need transparent tools for old instruction sets.
The Savannah cgit history shows continued maintenance into 2021, including fixes around undocumented IX/IY opcode handling and bug branches. The public history is not heavily narrative, but it shows a long-lived utility maintained through the free-software hosting ecosystem rather than a vendor IDE.
z80asm persists in package managers because Z80 code persists: retrocomputing, emulator projects, calculator and handheld work, hobby operating systems, embedded experiments, and ROM hacking all need a scriptable assembler.
The input facts for this run list z80asm in Homebrew, Debian, Fedora, and Ubuntu, which is the key adoption signal for a small classic-CPU assembler: it is available wherever users expect to assemble old 8-bit code on modern systems.
Users write Z80 assembly, usually set an origin with org, define bytes and words with directives such as db and dw, include source or binary files, use conditionals and macros, and assemble to a binary output suitable for ROM images, emulators, or target devices.
The official usage page says command-line help documents invocation, while the web docs focus on writing assembly for this assembler. That split is typical of small Unix tools: install the command, use --help for options, and read the project pages for syntax details.
z80asm is significant because it keeps a 1970s CPU architecture usable from modern Unix package managers. It is a small bridge between historical hardware and contemporary reproducible builds.
It also has the classic assembler-package shape: tiny binary, no service, no credentials, little runtime state, but high value when a build pipeline needs exact bytes.
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 |
|---|---|---|---|
z80asm | 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://www.nongnu.org/z80asm/
install metadata
| Package key | brew:z80asm |
|---|---|
| Version | 1.8 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/z80asm |
| Homepage | https://www.nongnu.org/z80asm/ |
| Repository | https://git.savannah.nongnu.org/cgit/z80asm.git |
| Upstream docs | https://www.nongnu.org/z80asm |
| License | GPL-3.0-or-later |
| Source archive | https://download.savannah.gnu.org/releases/z80asm/z80asm-1.8.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, 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 | z80asm |
| 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.
z80asm 1.8-2
assembler for the Zilog Z80 microprocessor
sudo apt install z80asmz80asm 1.8-2
assembler for the Zilog Z80 microprocessor
sudo apt install z80asmz80asm 1.8-30.fc44
Z80 Assembler
http://savannah.nongnu.org/projects/z80asm/
sudo dnf install z80asmsource 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.