Search code examples
assemblymasmtasm

Assembly difference between TASM and MASM


I am learning TASM at University, but information regarding TASM on the web seems to be very limited. I have found more information on MASM.

My question is, what is the different between MASM and TASM?


Solution

  • There aren't so much differences, but there are some. Check out this article: https://web.archive.org/web/20200614205011/https://faqs.cs.uu.nl/na-dir/assembly-language/x86/borland.html Look for 'ideal' mode; btw, TASM can work with MASM syntax.