Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good IDE for coding NASM? [closed]

Tags:

eclipse

ide

nasm

I've been doing research online to find a good IDE for programming in NASM. The only one I found consistently mention is RadASM however, in contains no documentation on how to set it up and on top of that it is riddled with viruses/trojans (according to Norton).

Does anyone know of a reliable, preferably free, IDE that works well with NASM?

I'm looking for something to do the same for NASM as NetBeans or Eclipse do for Java.

like image 333
CodyBugstein Avatar asked Mar 17 '13 02:03

CodyBugstein


1 Answers

I have some links to IDE's here

Both RadASM v2 and v3 are from the authors sourcforge repository site and are virus free

Update
Because the links are broken on the above page, I'm adding the git info here.

like image 73
Gunner Avatar answered Sep 29 '22 21:09

Gunner