Author Topic: New lightweight NASM editor  (Read 20002 times)

nobody

  • Guest
New lightweight NASM editor
« on: September 07, 2005, 09:07:24 PM »
Hi...

I have started the asmlight project here on sourceforge.net (www.sourceforge.net/projects/asmlight), but shall i shut the project down? Or does it look cool?

I see there are other editors, but i think they are too heavy.

best regards

nobody

  • Guest
Re: New lightweight NASM editor
« Reply #1 on: October 28, 2006, 10:45:01 PM »
I think you should make a compiled version available for download. Also, do not use .net framework. I think it's better if anyone can run the editor in any windows version.

nobody

  • Guest
Re: New lightweight NASM editor
« Reply #2 on: July 04, 2007, 10:12:28 PM »
> I have started the asmlight project here on sourceforge.net

It's written in C$, not in ASM :-(

> I see there are other editors, but i think they are too heavy.

Yours is too heavy :-(

> runs on every computer with .Net Framework 2.0 installed.

Then it wouldn't run on mine, even if I found the executable (or doesn't this "net" thingie use executables anymore ??? :-D ) :-(

FASM has a good IDE, and isn't heavy (100 KiB IDE+compiler), and doesn't use the "net" - DOS and DPMI host are sufficient :-)

Hhooru Willi

  • Guest
Re: New lightweight NASM editor
« Reply #3 on: September 05, 2007, 10:52:40 PM »
There's a nice editor here:

http://scintilla.sourceforge.net/

It works with assembly, C, C++, HTML, PHP, and many other languages. The code is not light weight. The code is not NASM. It's C or C++.

But the editor, SciTE which demonstrates the scintilla library, is really a beautiful editor. I'm interested in hearing what others have to say about it as well.

Please post some replies.