-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Oliver Schmidt edited this page Aug 23, 2013
·
19 revisions
cc65 is a complete package, which includes
- a C compiler for machines with a 6502 compatible CPU,
- a powerful macro assembler,
- linker, librarian and several other tools,
- target libraries that support common 6502 platform like the Commodore C64, the Atari 8-bit machines, the Apple II and others,
- documentation and more.
According to the original author and former maintainer: "With one exception in the compiler (access()) the code is plain ISO C, so it should compile on most systems. Memory usage may be a problem, however."
cc65 can surely be compiled and run on the following platforms, for which GNU Compiler Collection - GCC is available.
- Using cc65 with Emacs
- Using ca65 with foreign source
- Using runtime zeropage locations in assembly language
- The primary register
- Parameter and return stacks
- Parameter passing and calling conventions
- Roadmap
- Known bugs
- User contributions
- Applications written in assembler with ca65
- Applications written in C or C with assembler