Re: [cc65] Best IDE for cc65

Date view Thread view Subject view

From: Maciej Witkowiak (ytm_at_elysium.pl)
Date: 2003-01-10 22:32:14


Carsten Strotmann dnia 09 sty 2003 o 22:23 +0100 napisał:
> Try to use some kind of "make" tools, they are available on all Unix 
> (Standard) and on Windows through "CygWin" --> http://www.cygwin.com/
> 
> A "make" tool should do the filename renaming etc. Try to use "cl65" instead 
> using the compiler and assembler alone. You can call the "make" tool from 
> every better PGM-Editor. Voila, you have your IDE.

Very true. Makefiles are powerful, it is a good alternative if you don't have
a decent shell.

> As an Editor for Unix and Windows I can recommend Jasspa MicroEmacs --> 
> http://www.jasspa.com/.  It's lean, customizable, FreeSoftware (GPL) and 
> programmable. 

Why nobody have mentioned ViM yet? It has all the features that were mentioned
before: function folding, syntax highlighting, it can parse compiler output
and take you to the line where error occured, together with ctags it is
possible to easily navigate through sources, it can complete whole names
basing on current .c and included .h files, and many more...
ViM runs on both *nix-like and Windows.

http://www.vim.org
here are some goodies for 6502 asm:
http://members.elysium.pl/ytm/html/linux.html

ytm

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-01-10 22:32:38 CET