awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
HJLebbink avatar

HJLebbink/asm-dude

0
View on GitHub↗
4,178 stars·100 forks·C#·MIT·12 views

Asm Dude

asm-dude is a Visual Studio extension designed for assembly language development and low-level programming. It provides syntax highlighting, code completion, and mnemonic references for both source and disassembly windows.

The plugin features a mnemonic reference tool that displays pop-up descriptions and parameter signatures for assembly instructions. These references are managed via configurable data files, allowing for customized instruction entries and descriptions.

The extension integrates with the editor to provide context-aware tooltips and keyword completion during typing. It also employs pattern-based syntax highlighting and code folding to improve the readability of disassembled machine code during debugging.

Features

  • Assembly Language Development - Provides a comprehensive environment for writing and editing assembly code within Visual Studio.
  • Visual Studio Plugins - A Visual Studio plugin providing syntax highlighting and code completion for assembly language.
  • Language Server Protocol Integrations - Implements the Language Server Protocol to provide real-time code completion and syntax analysis.
  • Regex-Based Syntax Highlighting - Uses regular expression sets to identify and color-code assembly instructions and operands.
  • Keyword Autocompletion - Provides relevant assembly language keywords and valid code completions to accelerate low-level programming.
  • Instruction Hover Documentation - Displays pop-up descriptions of assembly mnemonics on hover using configurable data files.
  • Mnemonic Reference Guides - Allows quick access to descriptions and parameter signatures for assembly instructions via tooltips.
  • Assembly IDE Plugins - Provides an IDE extension that suggests assembly keywords and validates code completions.
  • Low-Level Debuggers - Facilitates the analysis of disassembled machine code using visual aids within a debugger.
  • Instruction Mnemonic References - Displays pop-up descriptions and parameter signatures for assembly instructions using configurable data files.
  • Code Syntax Highlighting - Applies color coding and code folding to source and disassembly windows to improve readability.
  • Mnemonic Lookup Tables - Implements a configurable data-driven system to map assembly mnemonics to their respective descriptions.
  • Instruction Signature Tooltips - Provides context-aware tooltips that display assembly instruction parameters and mnemonic descriptions based on the cursor position.
  • Hook-Based Extension Frameworks - Integrates with the editor host to inject custom behavior into the disassembly and source windows via API hooks.

Star history

Star history chart for hjlebbink/asm-dudeStar history chart for hjlebbink/asm-dude

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Asm Dude

These projects share indexed features with Asm Dude. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • rust-lang/rust.vimrust-lang avatar

    rust-lang/rust.vim

    4,165View on GitHub↗

    rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting, indentation management, and tooling configurations to improve the readability and structural understanding of Rust source code. The plugin enables targeted test execution for specific functions and provides integration with an online playground for code experimentation and sharing. It further covers capabilities for code formatting, static error detection, and symbol navigation for browsing source structures and jumping between definitions. Configuration is managed through Vi

    Vim Script
    View on GitHub↗4,165
  • powershell/psreadlinePowerShell avatar

    PowerShell/PSReadLine

    4,306View on GitHub↗

    PSReadLine is a command line editor, completion engine, history manager, and syntax highlighter for the PowerShell console. It provides a bash-inspired line editing experience that enables advanced cursor movement and text manipulation within the terminal. The project features a customizable input mapper for assigning keyboard shortcuts to specific actions and navigation logic. It includes a completion system that suggests matching commands through selectable menus or prefix-based matching. The tool covers real-time color coding for command text and error notifications to improve readability

    C#
    View on GitHub↗4,306
  • maxmellon/vim-jsx-prettyMaxMEllon avatar

    MaxMEllon/vim-jsx-pretty

    968View on GitHub↗

    Vim-jsx-pretty is a text editor extension that provides syntax highlighting and indentation rules for JSX and TSX code elements within the Vim editor. It operates as a TypeScript JSX language plugin, rendering colorized programming constructs and nested markup hierarchies legibly inside source files. The extension applies syntax coloring and smart spacing rules to markup structures through embedded language syntax regions and structural grammar integrations. It supports formatting for tagged template strings by applying rules directly to embedded markup structures inside designated template l

    Vim scriptjsxjsx-syntaxreact-syntax
    View on GitHub↗968
  • pangloss/vim-javascriptpangloss avatar

    pangloss/vim-javascript

    3,784View on GitHub↗

    vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting, indentation rules, and code folding definitions specifically for JavaScript files. It functions as a set of implementation modules that extend the editor's native capabilities to improve the readability and structural management of the language. The project features a display layer customizer that utilizes character concealment to replace specific keywords and sequences with shorthand symbols. This reduces visual noise and increases code density without altering the actual content of t

    Vim Script
    View on GitHub↗3,784
Compare all 30 related projects→

Frequently asked questions

What does hjlebbink/asm-dude do?

asm-dude is a Visual Studio extension designed for assembly language development and low-level programming. It provides syntax highlighting, code completion, and mnemonic references for both source and disassembly windows.

What are the main features of hjlebbink/asm-dude?

The main features of hjlebbink/asm-dude are: Assembly Language Development, Visual Studio Plugins, Language Server Protocol Integrations, Regex-Based Syntax Highlighting, Keyword Autocompletion, Instruction Hover Documentation, Mnemonic Reference Guides, Assembly IDE Plugins.

Which projects share features with hjlebbink/asm-dude?

Projects with overlapping indexed features include: rust-lang/rust.vim — rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting,… powershell/psreadline — PSReadLine is a command line editor, completion engine, history manager, and syntax highlighter for the PowerShell… pangloss/vim-javascript — vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting,… maxmellon/vim-jsx-pretty — Vim-jsx-pretty is a text editor extension that provides syntax highlighting and indentation rules for JSX and TSX code… sakura-editor/sakura — Sakura is a native desktop text editor built directly on the Win32 API for the Windows operating system, with… mattn/vim-lsp-settings — Vim-lsp-settings is a Vim plugin that automates the installation, configuration, and lifecycle management of external…