JCC is my experimental C compiler + assembler + linker + VM. It's currently very much on hold and does not work at all. It turns out I know way less about compilers than I thought. The original target architecture was a made-up register machine that I wrote a VM, assembler and linker for. In future however I might target x86, who knows. Depending on how well citrus goes, I might well revisit this and make it work properly.