1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65 - a freeware C compiler for 6502 based systems
Go to file
2022-11-18 00:55:00 +01:00
.github when running on cmd.exe only print a message, the style tests 2022-11-05 16:42:01 +01:00
asminc
cfg
doc Allow specifying range end as a size 2022-10-27 18:20:37 +03:00
include move float libss into libsrc/float, move tests into the correct dirs for the testbench, move includes to toplevel include dir 2022-11-09 02:45:07 +01:00
libsrc crazy hack so the function works better even when typecasting seems broken 2022-11-18 00:55:00 +01:00
samples build mathtest for c64, link c64 float progs against the kernal wrapper 2022-11-17 22:48:21 +01:00
src fix some cases when comparing floats vs ints 2022-11-17 20:41:15 +01:00
targettest fix some bashisms, hopefully makes "check" work again in cmd.exe 2022-11-05 19:41:02 +01:00
test cleanup 2022-11-17 20:41:49 +01:00
util Silencing confusing util/zlib 'warning' target 2022-11-02 16:43:21 +00:00
.gitattributes
.gitignore
.travis.yml
Contributing.md add check for line endings containing CR. 2022-11-03 18:27:10 +01:00
LICENSE
Makefile
Makefile.travis
README.md

About cc65

cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, archiver and several other tools. cc65 has C and runtime library support for many of the old 6502 machines. For details look at the Website.

People

Core team members:

External contributors:

(The above list is incomplete, if you feel left out - please speak up or add yourself in a PR)

For a complete list look at the full team list or the list of all contributors

Contact

For general discussion, questions, etc subscribe to the mailing list or use the github discussions.

Some of us may also be around on IRC #cc65 on libera.chat

Documentation

  • The main Documentation for users and developers

  • Info on Contributing to the CC65 project. Please read this before working on something you want to contribute, and before reporting bugs.

  • The Wiki contains some extra info that does not fit into the regular documentation.

Downloads

Snapshot Build