]> git.sur5r.net Git - cc65/blob - README
Adjusted comment.
[cc65] / README
1 cc65 is a complete cross development package for 65(C)02 systems, including
2 a powerful macro assembler, a C compiler, linker, librarian and several
3 other tools.
4
5 cc65 has C and runtime library support for many of the old 6502 machines,
6 including
7
8   - the following Commodore machines:
9         VIC20
10         C16/C116 and Plus/4
11         C64
12         C128
13         CBM 510 (aka P500)
14         the 600/700 family
15         newer PET machines (not 2001).
16
17   - the Apple ][+ and successors.
18
19   - the Atari 8 bit machines.
20
21   - GEOS for the C64 and C128.
22
23   - the Nintendo Entertainment System (NES).
24
25   - the Supervision console.
26
27   - the Oric Atmos.
28
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.