|
?Best assembler to start with
What assembler I should start with?
TASM || MASM32 ?
I worked a little with TASM, but I see that many bigger projects use MASM32.
I don't want to learn 32 bit assembly and make .exes without experience in good ol' .com . 32-bit assembly is much more complicated... has include files...
... requires some knowledge of 16-bit assembly.
... and one question: Can I make 16-bit assembly programs with MASM?
|