KickC is a C-compiler for 6502-based platforms creating optimized and readable assembler code. The language is 95% standard C with a few limitations and a few extensions. Download Releases here https://gitlab.com/camelot/kickc/-/releases
Go to file
jespergravgaard d9d7f2cf03 touching fragment cache. 2022-02-18 10:46:49 +01:00
repo Updated LDQ z-indexing. 2022-02-13 22:35:08 +01:00
src Merge remote-tracking branch 'origin/master' 2022-02-18 09:18:17 +01:00
.gitattributes Attempt at adding C-formatting. 2019-04-20 22:47:18 +02:00
.gitignore ignoring kickc.iml 2022-01-22 17:34:25 +01:00
.gitlab-ci.yml touching fragment cache. 2022-02-18 10:46:49 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-08-24 21:32:24 +00:00
LICENSE.txt Added license 2017-12-31 00:12:09 +00:00
Makefile Tweaked doxygen documentation. #672 2021-06-20 10:07:38 +02:00
NOTICE.txt Added cruncher plug-in and example programs. Closes #603 2020-12-30 23:13:55 +01:00
README.md Update README.md 2021-09-29 07:49:24 +00:00
pom.xml Updated LDQ z-indexing. 2022-02-13 22:35:08 +01:00

README.md

KickC - Optimizing C-compiler for 6502 platforms

KickC is a C-compiler for 6502-based platforms creating optimized and readable assembler code.

The language is 95% standard C99 with a few limitations, and a few extensions to ensure an optimal fit for creating 6502 assembler code.

The KickC-compiler includes all necessary linker and header files to makes it easy to create and test binaries for the following 6502-based platforms out-of-the-box:

  • Commodore VIC 20
  • Commodore 64
  • Commodore Plus/4 (Commodore 16 , Commodore 116)
  • Atari 2600
  • Atari XL/XE
  • Nintendo NES
  • MEGA65
  • Commander X16

KickC uses the very versatile Kick Assembler. The KickC Compiler produces assembler code for the MOS Technology 6502 processor family. Specifically the compiler supports 6502, 65C02, 65CE02 and 45GS02 CPUs.

Resources

  • Download the newest Release

  • Download a nightly build

  • Read the Reference Manual

  • See the included C standard library

  • Follow the features being developed

  • Discuss the compiler and receive news on facebook

  • Chat on discord

  • Examine the Compiler Source Code

  • Contribute to the development of KickC

BETA

KickC is currently in beta, and at times crash or creates ASM code that does not work properly. Feel free to test it and report any problems or errors you encounter, but do not expect it to produce production quality code. Also, be prepared that breaking changes (to syntax, to semantics, etc.) may be implemented in the next versions.