Compilers and Languages  Projects  Code  Resources  Tools  Forum

**  Articles

**  Compilers

  • CC65 - A descendant of Small C, this is a freeware C compiler for 6502-based systems from Ullrich von Bassewitz.
  • LCC 65C816 [lcc-1.9-retargetable.tar.gz] - Toshi Morita has successfully ported LCC to compile for the 65C816 microprocessor, and this archive contains complete source code for the compiler along with simple instructions and examples.
  • Quetzalcoatl - Brendan Jones created this C compiler which runs under Linux and Win32. You can download the program from this site, along with an HTML programming manual, and the source code is available by request.
  • Oric Software Development Kit - The OSDK is a complete cross-development system allowing you to create software for the Oric range of computers. It includes a C compiler, cross-assembler, BASIC converter, and more.

**  Interpreters

  • Interpreted languages and other development tools written in native 6502 code can be found in the Source Code Repository.