Top 3 C low-level-programming Projects
-
modern-embedded-programming-course
Companion repository to the "Modern Embedded Systems Programming" video course.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
jas
Official repository of the Jas assembler project - A assembler and library for generating code for x86
Project mention: Title: JAS: A x86 Assembler Framework Seeking Contributors | news.ycombinator.com | 2024-12-25After more than a year of Hard Work, JAS Is Partially Ready for Developers!
The low-level development community has a reason to celebrate. JAS, a modern assembler framework built with speed, flexibility, and extensibility in mind, is now partially ready and looking for contributors to take it to the next level.
JAS was designed from the ground up to empower developers by simplifying the assembler design process while maintaining the ability to generate efficient binaries. Whether you're writing code for fun, tinkering with embedded systems, or contributing to the open-source ecosystem, JAS aims to bridge the gap between traditional assemblers and modern programming needs.
Jas allows developers to interface with the assembler using structs pragmatically, especially helpful for projects like interpreters and compilers that don't need another useless abstraction like outputting assembly syntax in their code.
Check out the project here: https://github.com/cheng-alvin/jas
-
C low-level-programming discussion
Index
What are some of the best open-source low-level-programming projects in C? This list will help you:
# | Project | Stars |
---|---|---|
1 | modern-embedded-programming-course | 1,092 |
2 | jas | 47 |
3 | Doomcraft | 7 |