cc65/README.md

64 lines
2.9 KiB
Markdown
Raw Permalink Normal View History

2022-04-27 12:25:46 +00:00
# About cc65
2015-09-24 08:16:46 +00:00
2022-04-27 12:25:46 +00:00
cc65 is a complete cross development package for 65(C)02 systems, including
2022-06-03 10:36:04 +00:00
a powerful macro assembler, a C compiler, linker, archiver and several
2022-04-27 12:25:46 +00:00
other tools. cc65 has C and runtime library support for many of the old 6502 machines.
For details look at the [Website](https://cc65.github.io).
2022-02-15 21:16:06 +00:00
2022-04-27 12:25:46 +00:00
## People
Project founders:
2024-01-25 10:27:54 +00:00
* John R. Dunning: [original implementation](https://public.websites.umich.edu/~archive/atari/8bit/Languages/Cc65/) of the C compiler and runtime library, Atari hosted
* Ullrich von Bassewitz:
* move the code to modern systems
* rewrite most parts of the compiler
* complete rewrite of the runtime library
2022-04-27 12:25:46 +00:00
Core team members:
2022-04-16 14:20:48 +00:00
2022-04-27 12:25:46 +00:00
* [Christian Groessler](https://github.com/groessler): Atari, Atari5200, and CreatiVision library Maintainer
* [dqh](https://github.com/dqh-au): GHA help
* [Greg King](https://github.com/greg-king5): all around hackery
2023-04-03 22:57:52 +00:00
* [groepaz](https://github.com/mrdudz): CBM library, Project Maintainer
2022-04-27 12:25:46 +00:00
* [Oliver Schmidt](https://github.com/oliverschmidt): Apple II library Maintainer
2014-03-27 21:53:06 +00:00
2022-04-27 12:25:46 +00:00
External contributors:
2022-04-27 12:25:46 +00:00
* [acqn](https://github.com/acqn): various compiler fixes
* [jedeoric](https://github.com/jedeoric): Telestrat target
* [jmr](https://github.com/jmr): compiler fixes
* [karrika](https://github.com/karrika): Atari 7800 target
* [Stephan Mühlstrasser](https://github.com/smuehlst): osic1p target
* [Wayne Parham](https://github.com/WayneParham): Sym-1 target
2022-06-06 22:17:39 +00:00
* [Dave Plummer](https://github.com/davepl): KIM-1 target
2024-01-03 15:46:07 +00:00
* [rumbledethumps](https://github.com/rumbledethumps): Picocomputer target
2022-04-27 12:25:46 +00:00
*(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](https://github.com/orgs/cc65/teams) or the list of [all contributors](https://github.com/cc65/cc65/graphs/contributors)
# Contact
For general discussion, questions, etc subscribe to the [mailing list](https://cc65.github.io/mailing-lists.html) or use the [github discussions](https://github.com/cc65/cc65/discussions).
2022-05-09 23:56:52 +00:00
Some of us may also be around on IRC [#cc65](https://web.libera.chat/#cc65) on libera.chat
2022-04-27 12:25:46 +00:00
# Documentation
* The main [Documentation](https://cc65.github.io/doc) for users and developers
* Info on [Contributing](Contributing.md) to the CC65 project. Please read this before working on something you want to contribute, and before reporting bugs.
* The [Wiki](https://github.com/cc65/wiki/wiki) contains some extra info that does not fit into the regular documentation.
# Downloads
2023-11-07 02:53:14 +00:00
* [Windows 64bit Snapshot](https://sourceforge.net/projects/cc65/files/cc65-snapshot-win64.zip)
2022-04-27 12:25:46 +00:00
2023-11-07 02:53:14 +00:00
* [Windows 32bit Snapshot](https://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip)
* [Linux Snapshot DEB and RPM](https://software.opensuse.org/download.html?project=home%3Astrik&package=cc65)
2022-04-27 12:25:46 +00:00
[![Snapshot Build](https://github.com/cc65/cc65/actions/workflows/snapshot-on-push-master.yml/badge.svg?branch=master)](https://github.com/cc65/cc65/actions/workflows/snapshot-on-push-master.yml)