macOS
brew install asm-lsplocal Homebrew formula metadata
安装
brew install asm-lsplocal Homebrew formula metadata
nix profile install nixpkgs#asm-lspnixpkgs package indexes · pkgs/by-name/as/asm-lsp/package.nix · 来源: api.github.com
概览
Language server for NASM/GAS/GO Assembly
历史
asm-lsp is a Rust language server for assembly code. Its README says it supports NASM, GAS, Go assembly, MASM, ca65, AVR, FASM, and several instruction-set families including x86, ARM, RISC-V, z80, AVR, and 6502.
The GitHub repository was created in July 2020, in the period when editors increasingly standardized on Language Server Protocol integrations. The project applies that model to assembly source, where hover help, completions, diagnostics, and references are useful but historically fragmented by assembler dialect.
The README documents a configuration-centered design: project-local `.asm-lsp.toml` files override global config under `~/.config/asm-lsp/`, and `compile_commands.json` or `compile_flags.txt` can extend diagnostics and include-path behavior.
asm-lsp is packaged for Rust users through cargo and for system package users through Homebrew and Nix according to the input package facts. GitHub metadata shows several hundred stars, which is meaningful for a specialized editor backend for assembly.
Users install it with cargo, GitHub release binaries, or a package manager, then configure an editor LSP client to launch `asm-lsp` for assembly filetypes. Projects can add `.asm-lsp.toml`, or generate one interactively with `asm-lsp gen-config`, to select assembler dialects, instruction sets, diagnostics, and compiler settings.
asm-lsp matters to package nerds because it turns a historically editor-specific assembly tooling problem into a single reusable server binary. It is also a good example of a modern Rust CLI that becomes useful only when package managers, editor integrations, and per-project config all line up.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./.asm-lsp.toml~/.config/asm-lsp/.asm-lsp.tomlcompile_commands.jsoncompile_flags.txt可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
asm-lsp | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/bergercookie/asm-lsp
安装元数据
| 软件包键 | brew:asm-lsp |
|---|---|
| 版本 | 0.10.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/asm-lsp |
| 主页 | https://github.com/bergercookie/asm-lsp |
| 仓库 | https://github.com/bergercookie/asm-lsp |
| 上游文档 | https://github.com/bergercookie/asm-lsp#readme |
| 许可证 | BSD-2-Clause |
| 源码归档 | https://github.com/bergercookie/asm-lsp/archive/refs/tags/v0.10.1.tar.gz |
| 构建依赖 | pkgconf, rust |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | asm-lsp |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
asm-lsp
nix profile install nixpkgs#asm-lsp来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.