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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesCustom Assembly Programming

Writing low-level code for a non-standard or simulated processor architecture.

Distinct from 6502 Assembly Programming: Focuses on the act of programming for a custom simulated architecture rather than a specific commercial chip like 6502.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Custom Assembly Programming. Refine with filters or upvote what's useful.

Awesome Custom Assembly Programming GitHub Repositories

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

    InkboxSoftware/excelCPU

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

    excelCPU एक स्प्रेडशीट-आधारित कंप्यूटर एमुलेटर है जो 16-बिट सेंट्रल प्रोसेसिंग यूनिट का अनुकरण करता है। यह एक शैक्षिक CPU मॉडल के रूप में कार्य करता है जहां सिस्टम स्टेट, रजिस्टर्स और रैंडम एक्सेस मेमोरी को स्प्रेडशीट सेल्स के ग्रिड के भीतर प्रबंधित किया जाता है। इस प्रोजेक्ट में एक असेंबली कंपाइलर शामिल है जो कस्टम असेंबली सोर्स कोड को रीड-ओनली मेमोरी स्टोरेज के लिए स्प्रेडशीट सेल्स के साथ संगत प्रारूप में परिवर्तित करता है। यह विशिष्ट निर्देशों को ओवरराइड करने के लिए स्वचालित प्रोग्राम निष्पादन और मैनुअल ऑपरेशन दोनों की अनुमति देता है। यह सिमुलेशन लॉजिक गेट प्रोटोटाइपिंग, इंस्ट्रक्शन फेचिंग और मेमोरी मैनेजमेंट सहित कोर हार्डवेयर आर्किटेक्चर अवधारणाओं को कवर करता है। यह वातावरण फॉर्मूला-संचालित लॉजिक के माध्यम से रजिस्टर्स और सिस्टम मेमोरी के बीच इंटरैक्शन के विज़ुअलाइज़ेशन को सक्षम बनाता है।

    Supports writing low-level assembly code to be executed by the simulated processor.

    Python
    GitHub पर देखें↗4,741
  • 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

    Enables the development and debugging of low-level assembly for x86_64 and ARM architectures within a controlled emulator.

    Python
    GitHub पर देखें↗4,491
  1. Home
  2. Programming Languages & Runtimes
  3. Custom Assembly Programming

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

  • Baremetal Emulator DevelopmentDeveloping and debugging assembly code specifically within a hardware emulator environment. **Distinct from Custom Assembly Programming:** Focuses on the intersection of assembly programming and system emulation, whereas Custom Assembly Programming is more general.