About compiler
Closed this issue · 1 comments
EasonWang01 commented
Hi,will this compiler compile asm code to machine code?
charles-l commented
@EasonWang01 no. It just compiles to C, which can then be translated to machine code using a C compiler.