0

compiler compile source code into machine code or in assembly??

21st Mar 2022, 6:58 AM
Aditya Dhiman
Aditya Dhiman - avatar
1 Respuesta
+ 2
That depends on the compiler you are using, some of them ( like gcc for example ) generally produce assembly code and let the assembler handle the rest, while others ( like MSVC, clang/LLVM for example ) goes all the way to machine code.
21st Mar 2022, 8:12 AM
Arsenic
Arsenic - avatar