News

I am going to show you how to compile a C++ program on Linux. I’ll demonstrate it on Ubuntu Desktop 23.04, I’ll use the tried and true Hello, World! app as an example.
If you wanted a C compiler for a simple CPU, this wouldn’t require much to emulate at a byte-code level, either. Continue reading “One Instruction To Rule Them All: C Compiler Emits Only MOV ...