Game Development
Compiler in C++ Emitting x86 Assembly -- saalty

saalty's from-scratch compiler in C++, no external libraries, emitting x86 assembly for Linux. The language is basically C: no struct keyword for non-typedef instances, a write keyword for single-char stdout. Floats via SSE (non-packed). Working printf shown in Compiler Explorer.

5Jun 9, 2026, 6:45 AM