Hacker News new | ask | show | jobs
by ecaradec 2216 days ago
I just posted https://github.com/ecaradec/j86 today. Its a compiler for a mini language to optimized x86 assembly register. It does a few optimisations like register allocation and some constant propagation. I learned a lot doing it.