]> git.sur5r.net Git - cc65/blob - README.md
Consistently rely on SSL redirection.
[cc65] / README.md
1 [documentation](http://cc65.github.io/doc)
2
3 [wiki](http://github.com/cc65/wiki/wiki)
4
5 [![build status](http://travis-ci.org/cc65/cc65.png)](http://travis-ci.org/cc65/cc65/builds)
6
7 cc65 is a complete cross development package for 65(C)02 systems, including
8 a powerful macro assembler, a C compiler, linker, librarian and several
9 other tools.
10
11 cc65 has C and runtime library support for many of the old 6502 machines,
12 including
13
14 - the following Commodore machines:
15   - VIC20
16   - C16/C116 and Plus/4
17   - C64
18   - C128
19   - CBM 510 (aka P500)
20   - the 600/700 family
21   - newer PET machines (not 2001).
22 - the Apple ][+ and successors.
23 - the Atari 8 bit machines.
24 - the Atari 5200 console.
25 - GEOS for the C64, C128 and Apple //e.
26 - the Nintendo Entertainment System (NES) console.
27 - the Supervision console.
28 - the Oric Atmos.
29 - the Lynx console.
30
31 The libraries are fairly portable, so creating a version for other 6502s
32 shouldn't be too much work.