A C Compiler in 512 bytes

SectorC is a C compiler written in x86-16 assembly that fits within the 512 byte boot sector of an x86 machine. It supports a subset of C that is large enough to write real and interesting programs. It is quite likely the smallest C compiler ever written. - xorvoid / HN

Written on May 25, 2023, Last update on May 25, 2023
ioccc x86 compiler parser