Author Topic: ASM editor for Windows  (Read 36547 times)

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
ASM editor for Windows
« on: July 13, 2012, 11:00:01 PM »
I'm using currently notepad++ for my Windows assembly language projects. Does anyone know another alternative editor with syntax highlighting etc?

Gunther
You have to know the facts before you can distort them.

jcfuller

  • Member
  • **
  • Posts: 195
Re: ASM editor for Windows
« Reply #1 on: July 13, 2012, 11:38:19 PM »
I use RadAsm3 for most of my editing (PowerBASIC, BCX, UBX, JWasm, Masm, gcc, g++ .....)
http://masm32.com/board/index.php?board=24.0
James

MichaelW

  • Global Moderator
  • Member
  • *****
  • Posts: 1196
Re: ASM editor for Windows
« Reply #2 on: July 14, 2012, 02:22:40 AM »
I use SciTE for almost everything.

http://www.scintilla.org/SciTE.html
Well Microsoft, here’s another nice mess you’ve gotten us into.

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: ASM editor for Windows
« Reply #3 on: July 14, 2012, 06:01:57 AM »
Mike,

Quote
I use SciTE for almost everything.

Good hint, the language schemes (including TEX) are impressive. On the other hand, it should also work under Linux. I think, I'll give it a try.

Gunther
You have to know the facts before you can distort them.

anta40

  • Member
  • ***
  • Posts: 315
Re: ASM editor for Windows
« Reply #4 on: July 14, 2012, 10:48:29 AM »
vim is also a good choice. It supports several assembler syntax like MASM, FASM, NASM, etc. And it's runnable as Windows or console app.

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: ASM editor for Windows
« Reply #5 on: July 14, 2012, 11:03:46 AM »
vim is also a good choice. It supports several assembler syntax like MASM, FASM, NASM, etc. And it's runnable as Windows or console app.

Yes, the famous vi. Although the handling is a bit cryptic, there are some authors, which have written entire book manuscripts with the vi.

Gunther
You have to know the facts before you can distort them.

carlos

  • Member
  • **
  • Posts: 71
Re: ASM editor for Windows
« Reply #6 on: July 14, 2012, 01:36:32 PM »
Geany, if you want it free, ultraedit, if you want features, the late you must pay for, but is a steal!!!!

jj2007

  • Member
  • *****
  • Posts: 13957
  • Assembly is fun ;-)
    • MasmBasic
Re: ASM editor for Windows
« Reply #7 on: July 14, 2012, 05:24:55 PM »
I'm using currently notepad++ for my Windows assembly language projects. Does anyone know another alternative editor with syntax highlighting etc?

Hallo Gunther,

Hast Du jemals einen Blick auf RichMasm geworfen - im MasmBasic-Package? Ich benutze nichts anderes, u.a. weil ich die individuelle Formatierung brauche...

Gruss Jochen

mywan

  • Guest
Re: ASM editor for Windows
« Reply #8 on: July 17, 2012, 02:19:29 PM »
I use SciTE for all my text editing. It has code highlighting for about every language and an output pane for debugging. Presently I'm working on user calltip settings for MASM, as I'm not yet proficient at remembering the meaning of a lot of even basic asm keywords. I would also like to add in some html based context sensitive MASM help, fairly easily done with SciTE. If done you could just put the cursor on the key word and hit F1 and it takes you to a page specific to that key word with examples and all. You can also configure any number of hotkeys to call up any number of existing help files in the SDK and/or web resources, local or otherwise. It also has macro capabilities. So you can type in a keyword and hit the macro function hotkeys and it'll replace your key word with as complex a macro as you want to define for it.

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: ASM editor for Windows
« Reply #9 on: July 18, 2012, 05:17:56 AM »
I use SciTE for all my text editing. It has code highlighting for about every language and an output pane for debugging. ...
/quote]

Yes, I've checked it. SciTE is impressive. Thank you for the hint.

Gunther
You have to know the facts before you can distort them.

hutch--

  • Administrator
  • Member
  • ******
  • Posts: 10583
  • Mnemonic Driven API Grinder
    • The MASM32 SDK
Re: ASM editor for Windows
« Reply #10 on: July 20, 2012, 08:47:59 AM »
 :biggrin:

Now when all else fails, you can always write your own.  :shock:
hutch at movsd dot com
http://www.masm32.com    :biggrin:  :skrewy:

Bill Cravener

  • Guest
Re: ASM editor for Windows
« Reply #11 on: July 20, 2012, 08:27:00 PM »
Syntax highlighting? Nah, real assembly programmers us notepad. :biggrin:

Gunther

  • Member
  • *****
  • Posts: 4198
  • Forgive your enemies, but never forget their names
Re: ASM editor for Windows
« Reply #12 on: July 20, 2012, 09:41:53 PM »
Bill,

Syntax highlighting? Nah, real assembly programmers us notepad. :biggrin:

No, not really. They're using wordstar.  :greenclp:

Gunther
You have to know the facts before you can distort them.

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: ASM editor for Windows
« Reply #13 on: July 20, 2012, 10:35:23 PM »
i thought we were all using EDLIN...
Code: [Select]
*?
Edit line                   line#
Append                      [#lines]A
Copy                        [startline],[endline],toline[,times]C
Delete                      [startline][,endline]D
End (save file)             E
Insert                      [line]I
List                        [startline][,endline]L
Move                        [startline],[endline],tolineM
Page                        [startline][,endline]P
Quit (throw away changes)   Q
Replace                     [startline][,endline][?]R[oldtext][CTRL+Znewtext]
Search                      [startline][,endline][?]Stext
Transfer                    [toline]T[drive:][path]filename
Write                       [#lines]W
*
the ultimate in light-weight editors   :t

sinsi

  • Guest
Re: ASM editor for Windows
« Reply #14 on: July 20, 2012, 10:38:06 PM »
copy con test.asm