JesterDev Posted July 21, 2004 Share Posted July 21, 2004 Sorry I guess I should repost that... I didn't see the guidelines. Editor: XEmacs http://www.xemacs.org/ XEmacs is a highly customizable open source text editor and application development system. Syntax highlighting for several languages inlcuding ASM. (For Windows and Linux) Editor: Kate http://kate.kde.org/info.php -- (Linux Only) (From the Site) With a multi-view editor like Kate you get a lot of advantages. You can view several instances of the same document and all instances are synced.. Or you can view more files at the same time for easy reference or simultaneous editing. The terminal emulation and sidebar are docked windows that can be plugged out of the main window, or replaced therein according to your preference. Edit all kinds of text files even I they are BIG (i.e. open a 50MB file in a few seconds). Powerfull syntaxhighlighting engine, extensible via xml files. Code Folding capabilities for C++, C, PHP, ... Dynamic Word Wrap - long lines are wrapped at the window border on the fly for better overview. Multiple views allows you to view more instances of the same document and/or more documents at one time. And it has built in Asm6502 Syntax Highlighting. (Linux Only) Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-660465 Share on other sites More sharing options...
Cybergoth Posted July 21, 2004 Author Share Posted July 21, 2004 Hi there! Added: XEmacs Added: Kate Thanks for your submission! Greetings, Manuel Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-660806 Share on other sites More sharing options...
Cybergoth Posted August 8, 2004 Author Share Posted August 8, 2004 Hi there! Update: There's a new link for XASM Greetings, Manuel Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-673941 Share on other sites More sharing options...
Zybex Posted September 18, 2004 Share Posted September 18, 2004 I know an excellent text-editor, his name is EditPlus, you can download the latest version from archive sites like Download.Com or Tucows. I use this software for programming in PHP and i like it. Pros : - Really nice highlight syntax. - Very Stable. - Customizable for all languages (included ASM) Contras : - Is not Freeware. Check this out : [*]EditPlus Homepage [*]Page with ASM and anotherl languages "plug-ins"] Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-702330 Share on other sites More sharing options...
kisrael Posted May 19, 2005 Share Posted May 19, 2005 Uhoh -- what happened to the link for Distella? For this kind of stuff I'm a big fan of providing a link to the original location but always having a local mirror of the critical stuff.... Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-858263 Share on other sites More sharing options...
Jacob Rose Posted July 7, 2005 Share Posted July 7, 2005 Hi all, I have found the "6502 Introduction" page invaluable in my tinkerings, and I don't see it in the list of links: http://www.obelisk.demon.co.uk/6502/ I have a copy on my laptop, along with Kirk Israel's and Andrew Davie's tutorials, and the Stella Programmer's Guide (stella.pdf, which I think I got from Kirk's site), and refer to it almost daily. Jacob Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-887724 Share on other sites More sharing options...
Aaron Posted July 12, 2005 Share Posted July 12, 2005 (edited) Another editor: ConTEXT It's nearly as good as UltraEdit, but it's free. I found it fairly easy to set it up to compile with DASM, plus I've created a syntax highlighter for 6502 assembly. Edit: added Atari-specific stuff to the highlighter 6502_Assembly.zip Edited July 16, 2005 by Aaron Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-890135 Share on other sites More sharing options...
Jacob Rose Posted August 5, 2005 Share Posted August 5, 2005 Disassembler: DiStellahttp://www.atari2600collector.com/distella.htm Distella is the standart disassembler for 2/4K 2600 cartridges. It produces DASM compatible source code. The newest version additionally supports disassembling 7800 cartridges. 264442[/snapback] This address appears to be kaput...anyone know the new one? Google finds several but I'm not sure which (if any) is official. Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-904974 Share on other sites More sharing options...
Albert Posted August 5, 2005 Share Posted August 5, 2005 Disassembler: DiStellahttp://www.atari2600collector.com/distella.htm Distella is the standart disassembler for 2/4K 2600 cartridges. It produces DASM compatible source code. The newest version additionally supports disassembling 7800 cartridges. 264442[/snapback] This address appears to be kaput...anyone know the new one? Google finds several but I'm not sure which (if any) is official. 904974[/snapback] That's not good, does anyone know who created Distella so we can try tracking the site down that way? Or at least contacting the individual (if possible) and ask them if they have plans to continue hosting Distella and if not perhaps someone else can host it? Well, okay, I grabbed it and it looks like the domain was owned by Bob Colbert, who is also credited as one of the creators of Distella. So it looks like that may have been the "official" home. I'll write him today and try to get more information. ..Al Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-905032 Share on other sites More sharing options...
Harry_Dodgson Posted February 17, 2006 Share Posted February 17, 2006 I'm surprised that SciTE is not mentioned here for editing. Maybe because it doesn't come with a decent ASM syntax module. http://www.scintilla.org/SciTE.html I use it with Windblows 98SE, Solaris, MacOSX, and Slackware Linux. It has syntax coloring, multiple file support (with tabs) and folding (very useful for large C files). The version I have for MacOSX even has suggestions where you only have to type the first part of word (which I haven't figured out how to turn off). Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1019881 Share on other sites More sharing options...
kisrael Posted February 17, 2006 Share Posted February 17, 2006 I'm surprised that SciTE is not mentioned here for editing. Maybe because it doesn't come with a decent ASM syntax module. http://www.scintilla.org/SciTE.html I use it with Windblows 98SE, Solaris, MacOSX, and Slackware Linux. It has syntax coloring, multiple file support (with tabs) and folding (very useful for large C files). The version I have for MacOSX even has suggestions where you only have to type the first part of word (which I haven't figured out how to turn off). 1019881[/snapback] Interesting, I'll have to try that out... I've been thinking Textpad is looking a bit long in the tooth :-) Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1019986 Share on other sites More sharing options...
calamari Posted March 27, 2006 Share Posted March 27, 2006 5200BAS has moved from: http://lilly.csoft.net/~jeffryj/5200bas/5200bas.html to: http://5200bas.kidsquid.com/ Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1041100 Share on other sites More sharing options...
Cybergoth Posted March 27, 2006 Author Share Posted March 27, 2006 Added: EditPlus Added: ConTEXT Added: SciTE Added: 6502 Introduction Updated: Distella Updated: 5200BAS Thanks for your submissions! Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1041282 Share on other sites More sharing options...
Slor Posted June 1, 2006 Share Posted June 1, 2006 Would you please update the Dis6502 link to its official home at http://sourceforge.net/projects/dis6502? thanks! James Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1076573 Share on other sites More sharing options...
Cybergoth Posted June 2, 2006 Author Share Posted June 2, 2006 Would you please update the Dis6502 link to its official home at http://sourceforge.net/projects/dis6502? It's already pointing to its official home. Your link actually goes to its download/source location at sourceforge. Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1077000 Share on other sites More sharing options...
vdub_bobby Posted June 2, 2006 Share Posted June 2, 2006 (edited) Would you please update the Dis6502 link to its official home at http://sourceforge.net/projects/dis6502? It's already pointing to its official home. Your link actually goes to its download/source location at sourceforge. While you're in here, would you mind fixing the DASM link? Isn't it at A Davie's site or something? What's in the top post is 404ed. EDIT: Correct link appears to be (case sensitive, I guess): http://www.atari2600.org/DASM/ Edited June 2, 2006 by vdub_bobby Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1077046 Share on other sites More sharing options...
Cybergoth Posted June 2, 2006 Author Share Posted June 2, 2006 Updated: DASM Thanks! Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1077061 Share on other sites More sharing options...
+SpiceWare Posted June 3, 2006 Share Posted June 3, 2006 jEdit MODE file for 2600 developement with DASM. Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1077460 Share on other sites More sharing options...
gauntman Posted October 17, 2006 Share Posted October 17, 2006 Due to University funding issues, both ATasm and EnvisionPC have moved to new homes: ATasm is now located at http://atari.miribilist.com/atasm and EnvisionPC is located at http://atari.miribilist.com/envision Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1154921 Share on other sites More sharing options...
Thomas Jentzsch Posted February 10, 2010 Share Posted February 10, 2010 Kick Assembler: http://www.theweb.dk/KickAssembler/ I looks really powerful. Has anyone ever tried it for the Atari 2600? Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-1938992 Share on other sites More sharing options...
jdrose Posted February 25, 2013 Share Posted February 25, 2013 DiStella can currently be found here: http://sourceforge.net/projects/distella/?source=dlp Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-2703929 Share on other sites More sharing options...
Thomas Jentzsch Posted February 25, 2013 Share Posted February 25, 2013 DiStella can currently be found here: http://sourceforge.n...lla/?source=dlp Someone should recompile the DiStella executable, so that it works with 64-bit Windows. Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-2703992 Share on other sites More sharing options...
+stephena Posted February 25, 2013 Share Posted February 25, 2013 Someone should recompile the DiStella executable, so that it works with 64-bit Windows. I can possibly look into that if I find some extra time. But I will also be implementing your Distella-related request in Stella for the next release. 1 Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-2704126 Share on other sites More sharing options...
+stephena Posted February 27, 2013 Share Posted February 27, 2013 Someone should recompile the DiStella executable, so that it works with 64-bit Windows. This is now done, and a PM is on the way. Also, a message has been sent to the Distella maintainer to include this updated version on their webpage (if they like). 1 Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-2705910 Share on other sites More sharing options...
+stephena Posted February 28, 2013 Share Posted February 28, 2013 DiStella version 3.01 is now available here. This release includes compilation fixes for Linux/OSX and crashing in Linux/OSX when not specifying a filename on the commandline. Also included are builds for Linux, OSX (Intel-only) and Windows, which should also be runnable on 32 and 64-bit machines. 1 Quote Link to comment https://forums.atariage.com/topic/24015-moderated-links-for-programmers/page/3/#findComment-2706503 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.