]> git.sur5r.net Git - cc65/blob - index.html
05f0b7ce3a98d3e9ee78728bc46239328c949e73
[cc65] / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3   <head>
4     <title>cc65 - a freeware C compiler for 6502 based systems</title>
5     <link rel="stylesheet" type="text/css" href="cc65.css"/>
6     <link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico"/>
7   </head>
8   <body>
9     <img style="float:right;" width="300" height="150" src="image/cc65.png" alt=""/>
10     <h1>Main Page</h1>
11     <div id="menu">
12       <div id="innermenu">
13         <ul>
14           <li id="here"><a href="index.html">Main Page</a>
15           </li>
16           <li><a href="getting-started.html">Getting Started</a>
17           </li>
18           <li><a href="mailing-lists.html">Mailing Lists</a>
19           </li>          
20         </ul>
21       </div>
22     </div>
23     <h2>Content</h2>
24     <ul class="down">
25       <li><a href="#Overview">Overview</a>
26       </li>
27       <li><a href="#Links">Links</a>
28       </li>
29     </ul>
30     <h2><a name="Overview">Overview</a></h2>
31     <p>cc65 is a complete cross development package for 65(C)02 systems, including
32        a powerful macro assembler, a C compiler, linker, librarian and several
33        other tools.
34     </p>
35     <p>cc65 has C and runtime library support for many of the old 6502 machines,
36        including
37     <ul class="bullet">
38       <li>the following Commodore machines:
39         <ul class="">
40           <li>VIC20
41           </li>
42           <li>C16/C116 and Plus/4
43           </li>
44           <li>C64
45           </li>
46           <li>C128
47           </li>
48           <li>CBM 510 (aka P500)
49           </li>
50           <li>the 600/700 family
51           </li>
52           <li>newer PET machines (not 2001).
53           </li>
54         </ul>
55       </li>
56       <li>the Apple ][+ and successors.
57       </li>
58       <li>the Atari 8 bit machines.
59       </li>
60       <li>the Atari 5200 console.
61       </li>
62       <li>GEOS for the C64, C128 and Apple //e.
63       </li>
64       <li>the Nintendo Entertainment System (NES) console.
65       </li>
66       <li>the Supervision console.
67       </li>
68       <li>the Oric Atmos.
69       </li>
70       <li>the Lynx console.
71       </li>
72     </ul>
73     <p>The libraries are fairly portable, so creating a version for other 6502s
74        shouldn't be too much work.
75     </p>
76     <h2><a name="Links">Links</a></h2>
77     <ul class="right">
78       <li><a href="https://github.com/cc65/cc65">Source Code</a>
79       </li>
80       <li><a href="download/cc65-snapshot-win32.zip">Windows Snapshot</a>
81       </li>
82       <li><a href="doc/">Documentation</a>
83       </li>
84       <li><a href="https://github.com/cc65/wiki/wiki">Wiki</a>
85       </li>
86       <li><a href="https://github.com/cc65/cc65/wiki/User-contributions">User Contributions</a>
87       </li>
88       <li>
89         <a href="https://travis-ci.org/cc65/cc65/builds">
90           <img src="https://travis-ci.org/cc65/cc65.png" alt="Build Status"/>
91         </a>
92       </li>
93     </ul>
94     <br/>
95     <hr size="1" noshade="noshade"/>
96     <p>If you want to contribute please get in touch with <a href="mailto:ol.sc@web.de">me</a>.
97     </p>
98   </body>
99 </html>