How to convert a .c or a .o or a .exe file to a .obj file?

466 Views Asked by At

I am building an LC3 Virtual Machine in C, but one problem that I am facing is that it takes in only .obj files as input. How am I to convert any file that I write in C into a .obj file in order to run it through the Virtual Machine

0

There are 0 best solutions below