I don't know exactly what asm's compiler I should use to learn assembly language. I've tried out TASM and NASM but I am getting a bit confused about what is the best to begin. Somebody could give me some tip about?
Dear friend,
The first tip I want to give you is NOT to say compiler while you talking actually about ASSEMBLER. The assembly language is not compiled one.
If you running windows, try to run search for ML.EXE, it is the new assembler from Microsoft. To be honest with you I don't know id it comes with Windows or VC++ 6.0 Processor Pack, but any ways it is easy to figure it out just type ML as a DOS command.
If you will right 32 bit apps, don't link with the new linker, instead download the old one from Micrsoft. Walid Magd
Engwam@Hotmail.com
I find I tend only to use the very basic features of tasm, which are much the same in all assemblers anyway. Which is best depends mostly on what you intend to use it for.
BUT!! Have a look at other things that may or may not come in the package. Disassemblers and profilers are very important tools.
I cant download MASM from microsoft website, I search microsoft site for "MASM download" and "MASM", it provides a link for processor pack for Visual Studio 6.0 VC++ but the link doesn't work. I need a free assembler that is widely used so that I can get help. I would prefer MASM because the book I'm using is based on it, can anyone please help me.
Thanks a lot CubeE101, but will TASM 2.01 assemble code written for MASM 6.15? I have two assemblers now
1. NASM (Windows 32 bit and DOS 16 bit)
2. TASM
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.