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