Commercial 65(C)02 'C' compilers

Programming the 6502 microprocessor and its relatives in assembly and other languages.
Post Reply
petej
Posts: 7
Joined: 18 Oct 2004

Commercial 65(C)02 'C' compilers

Post by petej »

My work project requires the use of a 65(C)02 'C' compiler. I've tried the IAR and Avocet demos. I like the AVR's IDE and its debugger (supports inline ASM code listing). I'm concerned that its not being kept up to-date as the documentation is dated 1997 and the last updates to it were made in 2001. The Avocet compiler is dated 2003 but is 'clunkier' to use (like trying to get it to single-step into the debugger).

Two questions:
1. Are there any other (better) supported (as in I can call someone up if/when I have a technical issue) 'C' compilers out there?
2. What experiences (good/bad) have you had with the commercial 'C' compilers?
Tancor
Posts: 113
Joined: 18 Dec 2002
Contact:

Post by Tancor »

It's not commercial, but have you looked into trying out CC65?

The list for it gets decent traffic, and there have been many new versions, and it appears quite flexible as long as you are willing to write a few base drivers in assembly (ie: output / input handlers)
-Tony
KG4WFX
Post Reply