| | |
Which is the best assembler?
Thread Solved |
•
•
Join Date: Mar 2009
Posts: 123
Reputation:
Solved Threads: 0
Hello everyone,
I am currently learning assembly language and I am using MASM 615 but I don't like the interface, can someone recommend me a good assembler. The assembler should make the same work as MASM 615 .
Which assembler is easy to use and have intellisense if possible. In other words which is the best assembler ?
Thanks for you answer.
I am currently learning assembly language and I am using MASM 615 but I don't like the interface, can someone recommend me a good assembler. The assembler should make the same work as MASM 615 .
Which assembler is easy to use and have intellisense if possible. In other words which is the best assembler ?
Thanks for you answer.
Last edited by neutralfox; Apr 12th, 2009 at 1:37 pm.
•
•
Join Date: Apr 2009
Posts: 14
Reputation:
Solved Threads: 1
•
•
•
•
Hello everyone,
I am currently learning assembly language and I am using MASM 615 but I don't like the interface, can someone recommend me a good assembler. The assembler should make the same work as MASM 615 .
Which assembler is easy to use and have intellisense if possible. In other words which is the best assembler ?
Thanks for you answer.
It works together with Visual C++ Express, a very nice IDE with intelisense. You can invoke and trace ASM functions from C++.
You can download Microsoft Macro Assembler 8.0 (MASM) Package (x86) from:
http://www.microsoft.com/downloads/d...displaylang=en
Hope helps
•
•
Join Date: Apr 2009
Posts: 2
Reputation:
Solved Threads: 1
•
•
•
•
Hello everyone,
I am currently learning assembly language and I am using MASM 615 but I don't like the interface, can someone recommend me a good assembler. The assembler should make the same work as MASM 615 .
Which assembler is easy to use and have intellisense if possible. In other words which is the best assembler ?
Thanks for you answer.
I prefer NASM to MASM, however if one is just learning, you cannot beat the libraries and examples is this SDK. I'll probably get flamed for this, but high-level assemblers like MASM always can be broken down to their elemental components--and the process of doing so can be very instructive. Once you get your feet wet with MASM, you then might take a try at NASM (which will make all the "purists" proud of you).
Good luck,
DT
•
•
Join Date: Mar 2009
Posts: 123
Reputation:
Solved Threads: 0
Ok .. Thanks a lot dude, you are right , masm32 is real good. But I want to try the Macro 8, still searching for Visual C++ 2005, anyway, thanks a lot, you have been of great help.
Btw, do you know where I could download Visual C++ 2005 ? Will it work with Visual C++ 2008?
Thanks.
Btw, do you know where I could download Visual C++ 2005 ? Will it work with Visual C++ 2008?
Thanks.
Last edited by neutralfox; Apr 17th, 2009 at 4:30 pm.
•
•
Join Date: Mar 2009
Posts: 123
Reputation:
Solved Threads: 0
OK, I got it.. its here for those who are interested ... Once again, thanks a lot for your help.
http://www.softpedia.com/progDownloa...oad-11595.html
I don't know if I have the right to paste external links over here but this link will surely help someone one day.
http://www.softpedia.com/progDownloa...oad-11595.html
I don't know if I have the right to paste external links over here but this link will surely help someone one day.
•
•
Join Date: Mar 2009
Posts: 123
Reputation:
Solved Threads: 0
Hello, just take a lot at the link above, I have already installed VC++ 2005 and Masm 8 but don't know how to use it. Can't someone please guide me, thanks in advance.
@r03395, download the online installer from softpedia. I am posting the link again:
http://www.softpedia.com/progDownloa...oad-11595.html
Hope it helps.
@r03395, download the online installer from softpedia. I am posting the link again:
http://www.softpedia.com/progDownloa...oad-11595.html
Hope it helps.
![]() |
Similar Threads
- how long does it take to learn assembler and how difficult is it? (Assembly)
- Beginning Windows programming in Assembler (Assembly)
- Assembler language problem (Assembly)
Other Threads in the Assembly Forum
- Previous Thread: String input
- Next Thread: Assembly subroutine parameters
| Thread Tools | Search this Thread |





