MCPcopy Index your code
hub / github.com/DevBlocky/zed-asm

github.com/DevBlocky/zed-asm @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
4 symbols 5 edges 1 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Zed Assembly Syntax

Extension for Zed that adds assembly syntax highlighting and asm-lsp support.

Language Server

You can configure the language server by creating a .asm-lsp.toml in the root of your workspace

Example .asm-lsp.toml for cross-compiled assembly:

[default_config]
assembler = "gas"
instruction_set = "riscv"

[default_config.opts]
compiler = "riscv64-unknown-elf-gcc"

See the asm-lsp README.md for more configuration options

Disabling the Language Server

To disable the language server of this extension, you can add disable = true to your asm-lsp config

.asm-lsp.toml:

disable = true # make sure this isn't under any [header]

# other options...

Note for Windows Users

As a 2025-06-12, there is no prebuild binaries for Windows, so you will need to get asm-lsp and add it to $PATH yourself.

Core symbols most depended-on inside this repo

language_server_binary_path
called by 1
src/lib.rs
new
called by 0
src/lib.rs
language_server_command
called by 0
src/lib.rs

Shape

Method 3
Class 1

Languages

Rust100%

Modules by API surface

src/lib.rs4 symbols

For agents

$ claude mcp add zed-asm \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact