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