momumi / x86-zigLinks
library for assembling x86 in zig (WIP)
☆31Updated 4 years ago
Alternatives and similar repositories for x86-zig
Users that are interested in x86-zig are comparing it to the libraries listed below
Sorting:
- multi-target assembler and disassembler☆94Updated 6 years ago
- A simple command line parser☆18Updated 6 years ago
- Zig peer type resolution at comptime, ported from the compiler source code☆15Updated 5 years ago
- A general purpose, multithreaded capable slab allocator for Zig☆63Updated 4 years ago
- URI parser for Zig☆49Updated 3 years ago
- See you at SHOWTIME!☆29Updated 5 years ago
- An Unofficial Writeup on Zig Compiler Internals - THIS IS OUTDATED SINCE LATE '2022 WHEN ZIG WENT SELF-HOSTED☆58Updated 5 years ago
- Game engine written in zig, no external dependencies required!☆50Updated 4 years ago
- Minimal, experimental TLS 1.2 implementation in Zig☆88Updated last year
- A super simple mark-and-sweep garbage collector written in Zig.☆40Updated 4 years ago
- Support for x86_64 specific instructions (e.g. TLB flush), registers (e.g. control registers), and structures (e.g. page tables)☆18Updated 3 years ago
- An attempt to write an archiver using zig☆41Updated last month
- A small, fast, cross-platform, async Zig networking framework built on top of lithdew/pike.☆40Updated 3 years ago
- Web Assembly Zig Machine☆121Updated 3 years ago
- ☆18Updated 5 years ago
- work-in-progress general purpose allocator intended to be eventually merged into Zig standard library. live streamed development☆51Updated 5 years ago
- Exploring replacing Zig's stage1 compiler with pure C code that outputs pure C code