-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
- <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"/>
+ <meta http-equiv="refresh" content="0; URL='https://cc65.github.io/'" />
</head>
<body>
- <img style="float:right;" width="300" height="150" src="image/cc65.png" alt=""/>
- <h1>Main Page</h1>
- <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>
- <li><a href="mailing-lists.html">Mailing Lists</a>
- </li>
- </ul>
- </div>
- </div>
- <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>
- <li>the Atari 2600 console.
- </li>
- <li>the Atari 5200 console.
- </li>
- <li>GEOS for the C64, C128 and Apple //e.
- </li>
- <li>the Bit Corporation Gamate console.
- </li>
- <li>the NEC PC-Engine (aka TurboGrafx-16) console.
- </li>
- <li>the Nintendo Entertainment System (NES) console.
- </li>
- <li>the Watara Supervision console.
- </li>
- <li>the VTech Creativision console.
- </li>
- <li>the Oric Atmos.
- </li>
- <li>the Oric Telestrat.
- </li>
- <li>the Lynx console.
- </li>
- <li>the Ohio Scientific Challenger 1P.
- </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">
- <li>
- <a href="http://github.com/cc65/cc65">Source Code</a>
- </li>
- <li>
- <a href="http://sourceforge.net/projects/cc65/files/cc65-snapshot-win32.zip">
- Windows Snapshot
- </a>
- </li>
- <li>
- <a href="../doc">Documentation</a>
- </li>
- <li>
- <a href="http://github.com/cc65/wiki/wiki">Wiki</a>
- </li>
- <li>
- <a href="http://sourceforge.net/projects/cc65/files/contrib">User Contributions</a>
- </li>
- <li>
- <a href="http://travis-ci.org/cc65/cc65/builds">
- <img src="http://travis-ci.org/cc65/cc65.png" alt="Build Status"/>
- </a>
- </li>
- </ul>
+ <p><a href="https://cc65.github.io/">https://cc65.github.io</a></p>
</body>
</html>