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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesStack-Based Value Passing

Management of function arguments and local variables using the hardware call stack.

Distinct from Function Argument Passing: Distinct from general data structure stacks or high-level argument passing; this is about low-level hardware stack manipulation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Stack-Based Value Passing. Refine with filters or upvote what's useful.

Awesome Stack-Based Value Passing GitHub Repositories

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

    rswier/c4

    10,726GitHub पर देखें↗

    c4 is a minimalist C compiler and programming tool designed to translate C source code into executable machine code using a small set of functions. It functions as a stripped-down compilation utility focused on a tiny codebase. The project serves as an educational tool for studying the internal mechanics of the compilation process. It implements minimalist C compilation to demonstrate how source files are transformed into low-level binary executables. The compiler utilizes a single-pass compilation model with recursive descent parsing and direct-to-binary emission. It manages the translation

    Manages local variables and function arguments by pushing and popping values from the hardware call stack.

    C
    GitHub पर देखें↗10,726
  1. Home
  2. Operating Systems & Systems Programming
  3. Stack-Based Value Passing