# atasm を Homebrew, dnf, Nix でインストール

atasm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:atasm
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install atasm
```

  証拠: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install atasm
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#atasm
```

  証拠: nixpkgs package indexes: pkgs/by-name/at/atasm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:atasm
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/atasm>
- **バージョン:** 1.30
- **ソース概要:** Atari MAC/65 compatible assembler for Unix
- **ホームページ:** <https://sourceforge.net/projects/atasm/>
- **リポジトリ:** <https://github.com/CycoPH/atasm>
- **上流ドキュメント:** <https://github.com/CycoPH/atasm#readme>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/CycoPH/atasm/archive/refs/tags/V1.30.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- atasm (cli)
- atasm (エイリアス)

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.30
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/CycoPH/atasm
- 情報: No package-manager update timestamp was available.
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

ATasm is a mostly MAC/65-compatible 6502 cross-assembler for Atari 8-bit development. It lets programmers write Atari assembly on modern hosts while producing Atari-native load objects, disk images, and emulator-related outputs.

### プロジェクトの歴史

The README traces ATasm to Mark Schmelzenbach in 1998 and explains that it was created from a desire for a fast Atari-specific cross-assembler after using OSS MAC/65 on real hardware and finding other cross-assemblers lacked Atari-specific directives and conveniences. The current fork documents modifications by Peter Hinz from 2021 through 2025.

The version history records an initial public 0.90 release, GPL release at 1.00, Atari-specific output work such as XFD/ATR and emulator state-file support, undocumented opcodes, MAC/65 compatibility improvements, list/debug output, CC65 header generation, VS Code/Altirra bridge symbol dumps, long branches, trigonometry table helpers, procedure scopes, and .GUARD/.NOTIFY directives.

### 採用の歴史

ATasm occupies a niche but durable package-manager slot: retrocomputing developers need a small native assembler that can be scripted from makefiles and editors instead of running original Atari tools inside an emulator. The supplied metadata shows Homebrew, Fedora/DNF, and Nix packaging.

Its adoption is tightly connected to Atari emulator and cross-development workflows. The README explicitly names Atari800Win, Atari800, and Atari++ state-file targets, and later releases added outputs used by CC65 and VS Code/Altirra tooling.

### 使われ方

The command is `atasm [options] <file.m65>`. Users enable undocumented opcodes, raw binary output, include paths, predefined symbols, XFD/ATR output, emulator state-file merging, symbol/list output, CC65 headers, ATasm include files, and JSON symbol dumps for editor integrations.

### パッケージ好きにとっての重要性

ATasm is a compact example of why niche retro tools survive in general-purpose package managers: it is small, C-based, scriptable, compatible with old source idioms, and bridges modern build systems with emulator/debugger ecosystems.

### タイムライン

- 1998: Original ATasm copyright and project origin.
- v0.90: Initial public release.
- v1.00: Package explicitly released under the GPL.
- 2019: v1.09 fixed multiple buffer-overflow CVEs.
- 2025: v1.30 added .GUARD and .NOTIFY directives.

### Related projects

- Related projects include OSS MAC/65, Atari800, Atari800Win, Atari++, Altirra, CC65, MADS-format source conventions, and VS Code Atari cross-development plugins.

### ソース

- Official git metadata from https://github.com/CycoPH/atasm.git
- <https://github.com/CycoPH/atasm#readme>
- <https://github.com/CycoPH/atasm/releases.atom>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** atasm
- **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

## 他のパッケージマネージャ記録

- Nix - atasm: normalized package name match | nixpkgs package indexes: pkgs/by-name/at/atasm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - atasm - 1.30-4.fc44: normalized package name match | Fedora Rawhide package metadata: atasm from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | 6502 cross-assembler | https://github.com/CycoPH/atasm


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [aarch64-elf-binutils](https://www.automicvault.com/ja/pkg/brew/aarch64-elf-binutils/) - Shares av.db curated category or tags: assembler, cli, developer-tools.
- [acme](https://www.automicvault.com/ja/pkg/brew/acme/) - Shares av.db curated category or tags: assembler, cli, developer-tools.
- [asm6809](https://www.automicvault.com/ja/pkg/brew/asm6809/) - Shares av.db curated category or tags: assembler, cli, developer-tools.
- [avra](https://www.automicvault.com/ja/pkg/brew/avra/) - Shares av.db curated category or tags: assembler, cli, developer-tools.
- [binutils](https://www.automicvault.com/ja/pkg/brew/binutils/) - Shares av.db curated category or tags: assembler, cli, developer-tools.
- [cc65](https://www.automicvault.com/ja/pkg/brew/cc65/) - Shares av.db curated category or tags: assembler, cli, developer-tools.
- [dasm](https://www.automicvault.com/ja/pkg/brew/dasm/) - Shares av.db curated category or tags: assembler, cli, developer-tools.
- [gputils](https://www.automicvault.com/ja/pkg/brew/gputils/) - Shares av.db curated category or tags: assembler, cli, developer-tools.

## Combined YAML source

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


## ソース

- 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
