954,479 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Where can I find a NASM IDE ?

So i have bought this book about assembly language but they use Netwide assembler and i dont have an IDE / COmpiler for it. I have looked at NASM origanal website but i din't fid any IDE. I use FASM, i dont know if NASM will work with FASM. Any help will be apreciated.

Thank you...:icon_rolleyes:

MasterHacker110
Junior Poster in Training
63 posts since Dec 2011
Reputation Points: 6
Solved Threads: 0
Infraction Points: 5
 

RadASM is a good call

AceStryker
Light Poster
47 posts since Aug 2011
Reputation Points: 10
Solved Threads: 2
 

There are actually a number of them out there, at least two of which are actually called 'NASM-IDE'. The more familiar one is probably this one , though it has it's problems - many people dislike it for it's flakiness. Another popular choice is RadASM , which is said to have excellent NAMS support (it is more or less a general Assembly-language editor, with support for several assemblers). I haven't tried it myself so I cannot give much more than that about it - I think I'll give it a try sometime soon, though.

For my own part, I generally use Notepad++ or some similar general-purpose editor (I use EMACS on Linux a lot of the time). I often find that the flexibility of editing several different types of programs in the same environment worth giving up some of the IDE type tools. That, however, is a personal preference and one you might not share.

Schol-R-LEA
Posting Pro
556 posts since Oct 2010
Reputation Points: 254
Solved Threads: 85
 

I also believe eclipse has a ASM plug-in. I also think the code::blocks team is working on ASM compatibility. If you need a really light-weight one GNU NANO looks at the extention and does syntax highlighting, minix version of nano doesnt do that.

Zssffssz
Junior Poster
180 posts since Sep 2011
Reputation Points: 6
Solved Threads: 2
 

Just use Notepad or Notepad++, both are free and easy to use.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

The Zeus IDE is a language neutral which means it can be configured for almost any programming language.

With a bit of tweaking it should be possible to integrate the Netwide assembler into the IDE.

jussij
Newbie Poster
3 posts since Mar 2012
Reputation Points: 10
Solved Threads: 0
 

Post: Markdown Syntax: Formatting Help
You