2013-04-05 22:36:58 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
<html>
|
|
|
|
<head>
|
2013-04-15 21:39:03 +00:00
|
|
|
<title>cc65 - a freeware C compiler for 6502 based systems</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="cc65.css"/>
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico"/>
|
2013-04-05 22:36:58 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2013-04-15 21:39:03 +00:00
|
|
|
<img style="float:right;" width="300" height="150" src="image/cc65.png" alt=""/>
|
|
|
|
<h1>Main Page</h1>
|
2013-05-13 14:27:12 +00:00
|
|
|
<div id="menu">
|
|
|
|
<div id="innermenu">
|
|
|
|
<ul>
|
|
|
|
<li id="here"><a href="index.html">Main Page</a>
|
|
|
|
</li>
|
|
|
|
<li><a href="getting-started.html">Getting Started</a>
|
|
|
|
</li>
|
2013-05-28 15:29:35 +00:00
|
|
|
<li><a href="mailing-lists.html">Mailing Lists</a>
|
|
|
|
</li>
|
2013-05-13 14:27:12 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2013-04-15 21:39:03 +00:00
|
|
|
<h2>Content</h2>
|
|
|
|
<ul class="down">
|
|
|
|
<li><a href="#Overview">Overview</a>
|
|
|
|
</li>
|
|
|
|
<li><a href="#Links">Links</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<h2><a name="Overview">Overview</a></h2>
|
|
|
|
<p>cc65 is a complete cross development package for 65(C)02 systems, including
|
|
|
|
a powerful macro assembler, a C compiler, linker, librarian and several
|
|
|
|
other tools.
|
|
|
|
</p>
|
|
|
|
<p>cc65 has C and runtime library support for many of the old 6502 machines,
|
|
|
|
including
|
|
|
|
<ul class="bullet">
|
|
|
|
<li>the following Commodore machines:
|
|
|
|
<ul class="">
|
|
|
|
<li>VIC20
|
|
|
|
</li>
|
|
|
|
<li>C16/C116 and Plus/4
|
|
|
|
</li>
|
|
|
|
<li>C64
|
|
|
|
</li>
|
|
|
|
<li>C128
|
|
|
|
</li>
|
|
|
|
<li>CBM 510 (aka P500)
|
|
|
|
</li>
|
|
|
|
<li>the 600/700 family
|
|
|
|
</li>
|
|
|
|
<li>newer PET machines (not 2001).
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li>the Apple ][+ and successors.
|
|
|
|
</li>
|
|
|
|
<li>the Atari 8 bit machines.
|
|
|
|
</li>
|
2014-05-30 21:26:58 +00:00
|
|
|
<li>the Atari 5200 console.
|
|
|
|
</li>
|
2014-06-01 16:28:21 +00:00
|
|
|
<li>GEOS for the C64, C128 and Apple //e.
|
2013-04-15 21:39:03 +00:00
|
|
|
</li>
|
2014-05-30 21:26:58 +00:00
|
|
|
<li>the Nintendo Entertainment System (NES) console.
|
2013-04-15 21:39:03 +00:00
|
|
|
</li>
|
|
|
|
<li>the Supervision console.
|
|
|
|
</li>
|
|
|
|
<li>the Oric Atmos.
|
|
|
|
</li>
|
|
|
|
<li>the Lynx console.
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
<p>The libraries are fairly portable, so creating a version for other 6502s
|
|
|
|
shouldn't be too much work.
|
|
|
|
</p>
|
|
|
|
<h2><a name="Links">Links</a></h2>
|
|
|
|
<ul class="right">
|
2014-11-03 22:08:43 +00:00
|
|
|
<li>
|
2014-11-03 22:17:59 +00:00
|
|
|
<a href="http://github.com/cc65/cc65">Source Code</a>
|
2013-05-12 19:39:30 +00:00
|
|
|
</li>
|
2014-11-03 22:08:43 +00:00
|
|
|
<li>
|
2015-01-20 20:01:10 +00:00
|
|
|
<a href="http://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip">
|
2014-11-03 22:08:43 +00:00
|
|
|
Windows Snapshot
|
|
|
|
</a>
|
2013-04-05 22:36:58 +00:00
|
|
|
</li>
|
2014-11-03 22:08:43 +00:00
|
|
|
<li>
|
|
|
|
<a href="../doc">Documentation</a>
|
2013-04-05 22:36:58 +00:00
|
|
|
</li>
|
2014-11-03 22:08:43 +00:00
|
|
|
<li>
|
2014-11-03 22:17:59 +00:00
|
|
|
<a href="http://github.com/cc65/wiki/wiki">Wiki</a>
|
2013-05-08 12:53:46 +00:00
|
|
|
</li>
|
2014-11-03 22:08:43 +00:00
|
|
|
<li>
|
|
|
|
<a href="http://sourceforge.net/projects/cc65/files/contrib">User Contributions</a>
|
2013-05-08 12:53:46 +00:00
|
|
|
</li>
|
2013-05-08 12:51:58 +00:00
|
|
|
<li>
|
2014-11-03 22:17:59 +00:00
|
|
|
<a href="http://travis-ci.org/cc65/cc65/builds">
|
|
|
|
<img src="http://travis-ci.org/cc65/cc65.png" alt="Build Status"/>
|
2013-05-08 12:51:58 +00:00
|
|
|
</a>
|
2013-05-06 15:26:03 +00:00
|
|
|
</li>
|
2013-04-05 22:36:58 +00:00
|
|
|
</ul>
|
2013-04-15 21:39:03 +00:00
|
|
|
<br/>
|
|
|
|
<hr size="1" noshade="noshade"/>
|
2013-04-05 22:36:58 +00:00
|
|
|
<p>If you want to contribute please get in touch with <a href="mailto:ol.sc@web.de">me</a>.
|
|
|
|
</p>
|
|
|
|
</body>
|
2013-05-06 15:26:03 +00:00
|
|
|
</html>
|