StrongerXi / soc

Compiler for a subset of OCaml
1 stars 0 forks source link

X86 backend (without register allocation and final assembly generation) #18

Closed StrongerXi closed 3 years ago

StrongerXi commented 3 years ago

As title suggests, this is not the entire X86 backend yet.

I spent a few days implementing the X86 backend and register allocation in parallel, so I could tweak the design and make sure I was in the right direction.

Note that my data representation is a strict subset of the real X86, but