Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 244 Bytes

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