Jump to content



1

Moderated: Links for Programmers


69 replies to this topic

#51 JesterDev OFFLINE  

JesterDev

    Space Invader

  • 18 posts

Posted Tue Jul 20, 2004 7:25 PM

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)

#52 Cybergoth OFFLINE  

Cybergoth

    Quadrunner

  • 8,207 posts
  • This is Sparta!
  • Location:Bavaria

Posted Wed Jul 21, 2004 4:27 AM

Hi there!

Added: XEmacs
Added: Kate

Thanks for your submission!

Greetings,
Manuel

#53 Cybergoth OFFLINE  

Cybergoth

    Quadrunner

  • 8,207 posts
  • This is Sparta!
  • Location:Bavaria

Posted Sun Aug 8, 2004 5:32 PM

Hi there!

Update: There's a new link for XASM

Greetings,
Manuel

#54 Zybex OFFLINE  

Zybex

    Chopper Commander

  • 117 posts
  • Location:Santiago, Chile

Posted Sat Sep 18, 2004 5:02 AM

:) 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 :
[list]
[*]EditPlus Homepage
[*][url=http://www.editplus.com/others.html]Page with ASM and anotherl languages "plug-ins"]
[list]

#55 kisrael OFFLINE  

kisrael

    HMBL 2600 coder

  • 3,970 posts
  • Location:Boston Burbs, MA

Posted Thu May 19, 2005 2:13 PM

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....

#56 Jacob Rose OFFLINE  

Jacob Rose

    Dragonstomper

  • 540 posts
  • Location:Fairfax, Virginia

Posted Thu Jul 7, 2005 12:29 PM

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

#57 Aaron OFFLINE  

Aaron

    Chopper Commander

  • 105 posts
  • Location:Baltimore

Posted Mon Jul 11, 2005 9:59 PM

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

Attached Files


Edited by Aaron, Fri Jul 15, 2005 10:45 PM.


#58 Jacob Rose OFFLINE  

Jacob Rose

    Dragonstomper

  • 540 posts
  • Location:Fairfax, Virginia

Posted Fri Aug 5, 2005 6:01 AM

Cybergoth, on Mon Apr 7, 2003 2:02 PM, said:

Disassembler: DiStella
http://www.atari2600...om/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.

View Post


This address appears to be kaput...anyone know the new one? Google finds several but I'm not sure which (if any) is official.

#59 Albert ONLINE  

Albert

    Quadrunner

  • 27,238 posts
  • Location:NGC 224

Posted Fri Aug 5, 2005 8:20 AM

Jacob Rose, on Fri Aug 5, 2005 7:01 AM, said:

Cybergoth, on Mon Apr 7, 2003 2:02 PM, said:

Disassembler: DiStella
http://www.atari2600...om/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.

View Post


This address appears to be kaput...anyone know the new one? Google finds several but I'm not sure which (if any) is official.

View Post

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

#60 Harry_Dodgson OFFLINE  

Harry_Dodgson

    Moonsweeper

  • 393 posts
  • Location:SE Michigan, USA, Earth

Posted Fri Feb 17, 2006 9:53 AM

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).

#61 kisrael OFFLINE  

kisrael

    HMBL 2600 coder

  • 3,970 posts
  • Location:Boston Burbs, MA

Posted Fri Feb 17, 2006 2:01 PM

Harry_Dodgson, on Fri Feb 17, 2006 11:53 AM, said:

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).

View Post

Interesting, I'll have to try that out...
I've been thinking Textpad is looking a bit long in the tooth :-)

#62 calamari OFFLINE  

calamari

    Moonsweeper

  • 381 posts
  • Location:Tucson, AZ

Posted Mon Mar 27, 2006 9:32 AM

5200BAS has moved from: http://lilly.csoft.n...as/5200bas.html
to: http://5200bas.kidsquid.com/

#63 Cybergoth OFFLINE  

Cybergoth

    Quadrunner

  • 8,207 posts
  • This is Sparta!
  • Location:Bavaria

Posted Mon Mar 27, 2006 3:33 PM

Added: EditPlus
Added: ConTEXT
Added: SciTE
Added: 6502 Introduction
Updated: Distella
Updated: 5200BAS

Thanks for your submissions!

#64 Slor OFFLINE  

Slor

    Chopper Commander

  • 190 posts
  • Location:Indianapolis, IN, USA

Posted Thu Jun 1, 2006 2:27 PM

Would you please update the Dis6502 link to its official home at http://sourceforge.n...rojects/dis6502?

thanks!
James

#65 Cybergoth OFFLINE  

Cybergoth

    Quadrunner

  • 8,207 posts
  • This is Sparta!
  • Location:Bavaria

Posted Fri Jun 2, 2006 10:37 AM

View PostSlor, on Thu Jun 1, 2006 8:27 PM, said:

Would you please update the Dis6502 link to its official home at http://sourceforge.n...rojects/dis6502?

It's already pointing to its official home. Your link actually goes to its download/source location at sourceforge.

#66 vdub_bobby OFFLINE  

vdub_bobby

    Quadrunner

  • 5,831 posts
  • Boom bam.
  • Location:Seattle, WA

Posted Fri Jun 2, 2006 12:49 PM

View PostCybergoth, on Fri Jun 2, 2006 9:37 AM, said:

View PostSlor, on Thu Jun 1, 2006 8:27 PM, said:

Would you please update the Dis6502 link to its official home at http://sourceforge.n...rojects/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 by vdub_bobby, Fri Jun 2, 2006 12:51 PM.


#67 Cybergoth OFFLINE  

Cybergoth

    Quadrunner

  • 8,207 posts
  • This is Sparta!
  • Location:Bavaria

Posted Fri Jun 2, 2006 1:18 PM

Updated: DASM

Thanks!

#68 SpiceWare ONLINE  

SpiceWare

    Quadrunner

  • 5,993 posts
  • Medieval Mayhem
  • Location:Planet Houston

Posted Sat Jun 3, 2006 10:57 AM

jEdit MODE file for 2600 developement with DASM.

#69 gauntman OFFLINE  

gauntman

    Star Raider

  • 91 posts

Posted Tue Oct 17, 2006 2:46 AM

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

#70 Thomas Jentzsch OFFLINE  

Thomas Jentzsch

    Thrust, Jammed, SWOOPS!

  • 16,745 posts
  • Always left from right here!
  • Location:Düsseldorf, Germany

Posted Wed Feb 10, 2010 4:25 PM

Kick Assembler: http://www.theweb.dk/KickAssembler/

I looks really powerful. Has anyone ever tried it for the Atari 2600?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users