[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Any Apple IIgs' IDE for Mac OS X?



On Jun 26, 2:52 am, Toinet <antoine.vig...@laposte.net> wrote:
> Are there modern IDE (Eclipse, Netbeans, etc.) out there, MacOS X
> compatible, which would allow me IIgs assembly development?

Brendan's Apple Game Server project uses NetBeans to run ACME for
assembling 6502 code, and I'm sure you could do that in Eclipse too.
CC65 targets 65816 but doesn't have specific platform support for the
GS. If it did, then it would just be a matter whether there is a GS
emulator that can access the host filesystem, maybe via FST?

I did write a plugin for Eclipse which launched a Java Apple II
emulator in-process and the screen was in an Eclipse view. Eventually
I'd like to get back to that and add full debugging support.

So ... lots of big pieces missing, but it's possible in theory.

Cheers,
Nick.