varm/vasm
varm and vasm represent a deep dive into systems programming, providing a low-level execution environment inspired by ARMv7.
Key Features
- Zero Garbage Collection: Direct memory management for performance and Predictability.
- Cross-platform Assembly: Assembly code that runs anywhere C99 is supported.
- Advanced Concurrency: Integrated support for both multi-threading and green threading.
- System Capabilities: Built-in syscalls, networking primitives, and a comprehensive standard library.
Note, this project isn’t finished and under heavy development. What’s written here is just my plan for it