Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 749
Wizard Avatar asked Nov 26 '12 15:11

Wizard


1 Answers

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.

like image 78
Aleksey Ivchenko Avatar answered Sep 28 '22 04:09

Aleksey Ivchenko