awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesAssembly Language Development

The process of writing, assembling, and executing low-level code for specific processor architectures.

Distinct from Language Development Environments: Closest candidates are about high-level integration or indexing; this is the general domain of assembly authoring.

Explore 3 awesome GitHub repositories matching operating systems & systems programming · Assembly Language Development. Refine with filters or upvote what's useful.

Awesome Assembly Language Development GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dman95/sasmDman95 का अवतार

    Dman95/SASM

    5,963GitHub पर देखें↗

    SASM is a cross-platform integrated development environment for writing, assembling, and debugging low-level assembly code. It serves as a unified editor and execution flow for assembly language development across different operating systems. The environment supports multiple assembly languages and their respective toolchains, including NASM, MASM, GAS, and FASM, within a single interface. It features a binary-level debugger that allows for stepping through instructions and inspecting CPU registers and variable states. The project provides a toolchain-based build pipeline and a configuration

    Enables writing and executing low-level code for NASM, MASM, GAS, and FASM within a single environment.

    Pythonassemblerassemblyassembly-language
    GitHub पर देखें↗5,963
  • cirosantilli/linux-kernel-module-cheatcirosantilli का अवतार

    cirosantilli/linux-kernel-module-cheat

    4,491GitHub पर देखें↗

    This project provides a Linux kernel development environment and a system emulation suite for building and debugging kernel modules and baremetal assembly across multiple hardware architectures. It functions as a comprehensive sandbox and framework for low-level system development, utilizing QEMU to simulate hardware environments without the need for physical devices. The environment integrates cross-compilation toolchains using Buildroot and crosstool-NG to target x86_64, ARMv7, and ARMv8 platforms from a single host. It features a specialized kernel debugging framework that leverages GDB an

    Provides an isolated environment for developing and testing processor-specific assembly code and low-level memory operations.

    Python
    GitHub पर देखें↗4,491
  • hjlebbink/asm-dudeHJLebbink का अवतार

    HJLebbink/asm-dude

    4,178GitHub पर देखें↗

    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 em

    Provides a comprehensive environment for writing and editing assembly code within Visual Studio.

    C#assemblerassemblyassembly-language-programming
    GitHub पर देखें↗4,178
  1. Home
  2. Operating Systems & Systems Programming
  3. Assembly Language Development

सब-टैग एक्सप्लोर करें

  • Assembly SandboxesIsolated environments specifically designed for testing low-level assembly and memory operations. **Distinct from Assembly Language Development:** Focuses on the 'sandbox' environment aspect for safe testing rather than the general process of authoring assembly.