• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

asminc/H30-May-2020-7,9446,713

cfg/H30-May-2020-3,1472,995

doc/H03-May-2022-32,66824,883

include/H30-May-2020-15,9057,550

libsrc/H30-May-2020-124,84595,899

samples/H30-May-2020-5,2043,477

src/H03-May-2022-154,21476,362

test/H03-May-2022-33,44725,351

testcode/H30-May-2020-9,0626,834

util/H03-May-2022-1,424765

.gitattributesH A D30-May-202012 21

.gitignoreH A D30-May-202070 109

.travis.ymlH A D30-May-2020394 1514

LICENSEH A D30-May-2020808 1813

MakefileH A D30-May-2020646 2819

Makefile.travisH A D30-May-20201 KiB3729

README.mdH A D30-May-20201.2 KiB4133

README.md

1[Windows Snapshot](https://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip)
2
3[Documentation](https://cc65.github.io/doc)
4
5[Wiki](https://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
9cc65 is a complete cross development package for 65(C)02 systems, including
10a powerful macro assembler, a C compiler, linker, librarian and several
11other tools.
12
13cc65 has C and runtime library support for many of the old 6502 machines,
14including
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 2600 console.
27- the Atari 5200 console.
28- GEOS for the C64, C128 and Apple //e.
29- the Bit Corporation Gamate console.
30- the NEC PC-Engine (aka TurboGrafx-16) console.
31- the Nintendo Entertainment System (NES) console.
32- the Watara Supervision console.
33- the VTech Creativision console.
34- the Oric Atmos.
35- the Oric Telestrat.
36- the Lynx console.
37- the Ohio Scientific Challenger 1P.
38
39The libraries are fairly portable, so creating a version for other 6502s
40shouldn't be too much work.
41