]> git.sur5r.net Git - cc65/blob - README.md
Merge pull request #281 from polluks/sp65
[cc65] / README.md
1 [Windows Snapshot](http://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip)
2
3 [Documentation](http://cc65.github.io/doc)
4
5 [Wiki](http://github.com/cc65/wiki/wiki)
6
7 [![Build Status](https://api.travis-ci.org/cc65/cc65.svg?branch=master)](https://travis-ci.org/cc65/cc65/builds)
8
9 cc65 is a complete cross development package for 65(C)02 systems, including
10 a powerful macro assembler, a C compiler, linker, librarian and several
11 other tools.
12
13 cc65 has C and runtime library support for many of the old 6502 machines,
14 including
15
16 - the following Commodore machines:
17   - VIC20
18   - C16/C116 and Plus/4
19   - C64
20   - C128
21   - CBM 510 (aka P500)
22   - the 600/700 family
23   - newer PET machines (not 2001).
24 - the Apple ]\[+ and successors.
25 - the Atari 8 bit machines.
26 - the Atari 5200 console.
27 - GEOS for the C64, C128 and Apple //e.
28 - the Bit Corporation Gamate console.
29 - the NEC PC-Engine (aka TurboGrafx-16).
30 - the Nintendo Entertainment System (NES) console.
31 - the Watara Supervision console.
32 - the Oric Atmos.
33 - the Lynx console.
34 - the Ohio Scientific Challenger 1P.
35
36 The libraries are fairly portable, so creating a version for other 6502s
37 shouldn't be too much work.