My poor attempt at writing a C compiler I'm following this series of posts. $ go build $ ./cc hello_world.c $ gcc -m32 hello_world.s -o hello_world $ ./hello_world.exe