Editor

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Touch
Member
Member
Posts: 56
Joined: Sun Oct 22, 2006 10:33 am
Location: England

Editor

Post by Touch »

Hi. Is there an editor out there which has syntax highlighting for ASM?

Thanks

Touch
"We cannot trust the sword in the hands of a n00b!" - Southpark
Otter
Member
Member
Posts: 75
Joined: Sun Dec 31, 2006 11:56 am
Location: Germany

Post by Otter »

Try vim oder gvim.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

If you prefer a graphical UI:
For windows, ConTEXT
For linux, Kate
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Touch
Member
Member
Posts: 56
Joined: Sun Oct 22, 2006 10:33 am
Location: England

Post by Touch »

Thanks ComBuster. The good olde ConText.
"We cannot trust the sword in the hands of a n00b!" - Southpark
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post by Brynet-Inc »

SciTE if your using Linux/Unix, It contains support for syntax hightlighting of Assembler 8)

If your a Windows user, You can use SciTE also.. But you might want to check out Notepad++ instead.. It uses the same backend as SciTE.

http://www.scintilla.org/SciTE.html
http://www.scintilla.org/

http://notepad-plus.sourceforge.net/uk/site.htm
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
Touch
Member
Member
Posts: 56
Joined: Sun Oct 22, 2006 10:33 am
Location: England

Post by Touch »

I use SciTe for AutotIt.
"We cannot trust the sword in the hands of a n00b!" - Southpark
User avatar
ces_mohab
Member
Member
Posts: 77
Joined: Wed Oct 18, 2006 3:08 am

Post by ces_mohab »

i use notepad++ for editing asm files. but i use eclipse for editing c/c++ files so, i wonder if there is a plug in for eclipse for syntax highlight of asm files.
To write an OS you need 2 minds one for coding and other for debugging.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Post by bubach »

if you'r using fasm, try fasmw. you can assemble with one keypress.
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

UltraEdit (Windows) has wordfiles for over 400 languages, including 35 Assembler dialects.
Every good solution is obvious once you've found it.
Post Reply