c - I am unable to compile a program which has assembly language instructions -
i compiled c program (which has assembly language instructions) this.
tcc -emasm.exe protect.c
it gives error unable execute masm.exe
. should or can find masm.exe
?
you need microsoft assembly compiler, called masm.
Comments
Post a Comment