xKaihatsu's Stars
below/HelloSilicon
An introduction to ARM64 assembly on Apple Silicon Macs
lotabout/Let-s-build-a-compiler
A C & x86 version of the "Let's Build a Compiler" by Jack Crenshaw
gurugio/lowlevelprogramming-university
How to be low-level programmer
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
drh/lcc
The lcc retargetable ANSI C compiler
jserv/MazuCC
A minimalist C compiler with x86_64 code generation
jserv/amacc
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
nickmqb/muon
Modern low-level programming language
Tachyon-Team/Tachyon
0xAX/asm
Learning assembly for Linux x86_64
nlsandler/write_a_c_compiler
Test suite to help you write your own C compiler
hirrolot/datatype99
Algebraic data types for C99
seanbaxter/circle
The compiler is available for download. Get it!
yasm/yasm
Yasm Assembler mainline development tree
orangeduck/BuildYourOwnLisp
Learn C and build your own programming language in under 1000 lines of code!
mortdeus/legacy-cc
The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.
AdeptLanguage/Adept
The Adept Programming Language
TinyCC/tinycc
Unofficial mirror of mob development branch
jubalh/awesome-os
A list of operating systems and stuff
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
EbookFoundation/free-programming-books
:books: Freely available programming books
dibingfa/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
corkami/pics
File formats dissections and more...
microsoft/vscode
Visual Studio Code
microsoft/microsoft-pdb
Information from Microsoft about the PDB format. We'll try to keep this up to date. Just trying to help the CLANG/LLVM community get onto Windows.
c3lang/c3c
Compiler for the C3 language
aalhour/awesome-compilers
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
tgrysztar/fasm
flat assembler 1 - reconstructed source history
cfenollosa/os-tutorial
How to create an OS from scratch
TheSYNcoder/ProprietaryAssembler
This repository contains the implementation of a two pass assembler involving tries for fast in-memory opcode fetch and has implementation of loader and linkers for linking the object file created to make an executable file.