]> git.sur5r.net Git - cc65/blob - index.html
Be consistent with naming of 'Windows' in the Wiki.
[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         </ul>
19       </div>
20     </div>
21     <h2>Content</h2>
22     <ul class="down">
23       <li><a href="#Overview">Overview</a>
24       </li>
25       <li><a href="#Links">Links</a>
26       </li>
27     </ul>
28     <h2><a name="Overview">Overview</a></h2>
29     <p>cc65 is a complete cross development package for 65(C)02 systems, including
30        a powerful macro assembler, a C compiler, linker, librarian and several
31        other tools.
32     </p>
33     <p>cc65 has C and runtime library support for many of the old 6502 machines,
34        including
35     <ul class="bullet">
36       <li>the following Commodore machines:
37         <ul class="">
38           <li>VIC20
39           </li>
40           <li>C16/C116 and Plus/4
41           </li>
42           <li>C64
43           </li>
44           <li>C128
45           </li>
46           <li>CBM 510 (aka P500)
47           </li>
48           <li>the 600/700 family
49           </li>
50           <li>newer PET machines (not 2001).
51           </li>
52         </ul>
53       </li>
54       <li>the Apple ][+ and successors.
55       </li>
56       <li>the Atari 8 bit machines.
57       </li>
58       <li>GEOS for the C64 and C128.
59       </li>
60       <li>the Nintendo Entertainment System (NES).
61       </li>
62       <li>the Supervision console.
63       </li>
64       <li>the Oric Atmos.
65       </li>
66       <li>the Lynx console.
67       </li>
68     </ul>
69     <p>The libraries are fairly portable, so creating a version for other 6502s
70        shouldn't be too much work.
71     </p>
72     <h2><a name="Links">Links</a></h2>
73     <ul class="right">
74       <li><a href="https://github.com/oliverschmidt/cc65">Source Code</a>
75         <ul class="right">
76           <li><a href="https://github.com/oliverschmidt/cc65/archive/master.zip">Download Current</a>
77           </li>
78         </ul>
79       </li>
80       <li><a href="http://sourceforge.net/projects/cc65/files/">Windows Binaries</a>
81         <ul class="right">
82           <li><a href="http://sourceforge.net/projects/cc65/files/latest/download">Download Latest</a>
83           </li>
84         </ul>
85       </li>
86       <li><a href="doc/">Documentation</a>
87       </li>
88       <li><a href="http://sourceforge.net/p/cc65/mailman/">Mailing Lists</a>
89         <ul class="right">
90           <li><a href="https://lists.sourceforge.net/lists/listinfo/cc65-devel">cc65 Development</a>
91           </li>
92           <li><a href="https://lists.sourceforge.net/lists/listinfo/cc65-git">cc65 Git Commits</a>
93           </li>
94         </ul>
95       </li>
96       <li><a href="https://github.com/oliverschmidt/cc65/wiki">Wiki</a>
97       </li>
98       <li><a href="https://github.com/oliverschmidt/cc65/wiki/User-contributions">User Contributions</a>
99       </li>
100       <li>
101         <a href="https://travis-ci.org/oliverschmidt/cc65/builds">
102           <img src="https://travis-ci.org/oliverschmidt/cc65.png" alt="Build Status"/>
103         </a>
104       </li>
105     </ul>
106     <br/>
107     <hr size="1" noshade="noshade"/>
108     <p>If you want to contribute please get in touch with <a href="mailto:ol.sc@web.de">me</a>.
109     </p>
110   </body>
111 </html>