]> git.sur5r.net Git - cc65/blob - index.html
Update index.html
[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 2600 console.
61       </li>
62       <li>the Atari 5200 console.
63       </li>
64       <li>GEOS for the C64, C128 and Apple //e.
65       </li>
66       <li>the Bit Corporation Gamate console.
67       </li>
68       <li>the NEC PC-Engine (aka TurboGrafx-16) console.
69       </li>
70       <li>the Nintendo Entertainment System (NES) console.
71       </li>
72       <li>the Watara Supervision console.
73       </li>
74       <li>the VTech Creativision console.
75       </li>
76       <li>the Oric Atmos.
77       </li>
78       <li>the Oric Telestrat.
79       </li>
80       <li>the Lynx console.
81       </li>
82       <li>the Ohio Scientific Challenger 1P.
83       </li>
84     </ul>
85     <p>The libraries are fairly portable, so creating a version for other 6502s
86        shouldn't be too much work.
87     </p>
88     <h2><a name="Links">Links</a></h2>
89     <ul class="right">
90       <li>
91         <a href="http://github.com/cc65/cc65">Source Code</a>
92       </li>
93       <li>
94         <a href="http://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip">
95           Windows Snapshot
96         </a>
97       </li>
98       <li>
99         <a href="../doc">Documentation</a>
100       </li>
101       <li>
102         <a href="http://github.com/cc65/wiki/wiki">Wiki</a>
103       </li>
104       <li>
105         <a href="http://sourceforge.net/projects/cc65/files/contrib">User Contributions</a>
106       </li>
107       <li>
108         <a href="http://travis-ci.org/cc65/cc65/builds">
109           <img src="http://travis-ci.org/cc65/cc65.png" alt="Build Status"/>
110         </a>
111       </li>
112     </ul>
113     <br/>
114     <hr size="1" noshade="noshade"/>
115     <p>If you want to contribute please get in touch with <a href="mailto:ol.sc@web.de">me</a>.
116     </p>
117   </body>
118 </html>