macOS
brew install z80asmlocal Homebrew formula metadata
brew / 順位 8722
z80asm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install z80asmlocal Homebrew formula metadata
sudo apt install z80asmDebian stable package indexes · z80asm · ソース: deb.debian.org
sudo dnf install z80asmFedora Rawhide package metadata · z80asm · ソース: dl.fedoraproject.org
概要
Assembler for the Zilog Z80 microprcessor and compatibles
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
z80asm | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:z80asm |
|---|---|
| バージョン | 1.8 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://www.nongnu.org/z80asm/ |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-31.fc45
Z80 Assembler
http://savannah.nongnu.org/projects/z80asm/
sudo dnf install z80asmソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.