Page 1 of 2
Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 11:18 am
by LEEJAEBEOM
I'm just using MS's notepad for assembly which is very uncomfortable...
Is there any text editor for assembly programming on Windows??
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 11:29 am
by Dex
Theres one that comes with fasm for windows, that works good.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 11:36 am
by xenos
For Windows, I recommend
TextPad, which has a nice customizable syntax highlighting.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 12:15 pm
by ErikVikinger
Hello,
i use the notepad++ for all programming on Windows.
It's a great pity that notepad++ not exist as KDE-Application.
Regards
Erik
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 12:21 pm
by Lithorien
I use Crimson Editor.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 1:19 pm
by XanClic
ErikVikinger wrote:It's a great pity that notepad++ not exist as KDE-Application.
That's true, though Kate is nice, too. As far as I know, Kate is also available on Windows. But I don't recommend using it, because it was very unstable on Windows last time I used it.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 1:31 pm
by NickJohnson
Both emacs and vim are available (and iirc stable) for Windows, and you would probably have a hard time finding a (reasonable, e.g. not "make me breakfast") feature that neither supports. Plus, both are widely used for programming on all platforms. I use vim, and at the very least Intel syntax assembly works great OOTB.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 20, 2010 7:45 pm
by thepowersgang
For my development work, I use Geany (a GTK based IDE). It may not be the best editor, but it's improving and seems to be quite lightweight.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sun Feb 21, 2010 3:16 am
by Andr3w
I use Notepad++. It's very good for me
Re: Which Editor Do U Use for Asembly programming??
Posted: Sun Feb 21, 2010 9:17 am
by Synon
LEEJAEBEOM wrote:I'm just using MS's notepad for assembly which is very uncomfortable...
Is there any text editor for assembly programming on Windows??
I use gedit. It doesn't come with assembly highlighting, but I found it on the internet for NASM and GAS. If anyone wants them (nasm.lang and/or gas.lang); just ask, and I'll upload them. It took a while to find them...
Re: Which Editor Do U Use for Asembly programming??
Posted: Sun Feb 21, 2010 11:11 am
by Firestryke31
Under Windows I use Programmer's Notepad 2, which comes with a great number of language syntax highlighters (including Makefiles, bash/sh scripts, C/C++, and many more) as well as the ability to run commands from within the program (I mapped make to F7 to match VC++ which I use for Windows programming). Under Linux I use gedit with a highlighter I found online somewhere.
Re: Which Editor Do U Use for Asembly programming??
Posted: Mon Feb 22, 2010 6:16 pm
by KotuxGuy
I use SciTE, coupled with Kubuntu. I also use SciTE for C/C++ OS development.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sat Feb 27, 2010 11:59 pm
by tantrikwizard
On Windows, visual C++ express edition (
http://www.microsoft.com/express/Windows/) with color syntax highlighting (
http://dashingboy.wordpress.com/2009/03 ... al-studio/) in addition to 'custom build rules' offers nearly everything you could wish for.
Re: Which Editor Do U Use for Asembly programming??
Posted: Sun Feb 28, 2010 5:57 am
by bontanu
RadAsm
Re: Which Editor Do U Use for Asembly programming??
Posted: Wed Mar 03, 2010 8:59 am
by paolodinhqd
i use Dev C++ editor,
i like it coz it has the 80 character limit line
and sometimes NotePad++