Bregalad wrote:
Herr... I doubt that any have ever be made.
If you want to programm your SNES, you'll have to go with raw assembly.
Doesn't cc65 support the 65C816 CPU used in the Super NES?
Quote:
BTW, an IDE would be more appropried to SNES than NES, because it is faster and have much more RAM, so there is less code-optimisation involved.
IDE just means "integrated development environment", which consists of a smart text editor, a few platform-specific asset editors (e.g. icon or dialog resource editor on Windows target or chr or nam editor on NES target), possibly a few code-generating wizards, and debugging tools. For instance, a fellow can use the same Microsoft Visual Studio to develop C programs and x86 assembly language programs.