The article presents SectorC, a C compiler written in x86-16 assembly that fits within a 512-byte boot sector. It supports a subset of C and is likely the smallest C compiler ever written. The compiler uses a minimalist lexer and parser, and its implementation is based on several key insights, including the use of hashing for tokens and a simplified grammar. The compiler can compile and run small C programs, including examples that leverage x86-16 hardware features.