Hey guys, I am making a simple c++ compiler with Visual Studio 2010, but I am stuck on the converting it to assembly bit(with c++ coding).
What I am trying to do is convert the code they type(in a cpp file) to assembly, then translate it to machine code etc.
I really need some help, I know how to get the tokens, but not how to convert it to assembly. Also while your at it, can you tell
me the libraries needed to make the exe.
PS. I have good experience with c++.
Thanks in return.