[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II C compiler
On 26 Aug 2003 15:23:59 -0700, aiiadict@hotmail.com (Rich J.) wrote:
>Hello group,
>
>I am getting bored of 6502 and BASIC and I'd like to try a C compiler
>for the Apple II. Which ones are the best?
If you want to develop in C on a PC, compiling to 6502 code for the
Apple, the best solution is CC65 C Compiler.
http://www.cc65.org
I don't know of any easily-available 6502 C compilers that will
actually run on an Apple IIe. Aztec C is one, and I think I have .DSK
images for it, but no documentation; the "shell" was a bit cryptic
when I tried it.
For myself, I use the CC65 C compiler/assembler/linker and develop on
the PC side and test using an emulator (AppleWin 1.10.4)
// CHRIS