Ophis/index.html
2014-05-25 02:09:36 -07:00

73 lines
3.7 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>The Ophis Assembler</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/michaelcmartin/Ophis">GitHub Page</a></li>
<li class="fork"><a href="https://github.com/michaelcmartin/Ophis/blob/master/doc/ophismanual.pdf?raw=true">PDF Manual</a></li>
<li class="fork"><a href="book/book1.html">HTML Manual</a></li>
<li class="downloads"><a href="https://github.com/michaelcmartin/Ophis/releases/download/v2.1/Ophis-2.1.tgz">Mac and Linux</a></li>
<li class="downloads"><a href="https://github.com/michaelcmartin/Ophis/releases/download/v2.1/Ophis-2.1-win32-installer.exe">Windows</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Ophis</h1>
<p>A cross-assembler for the 6502 series of microprocessors.</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/michaelcmartin">michaelcmartin</a></span>
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
<p>Ophis is an assembler for the 6502 microprocessor - the famous chip used in the vast majority of the classic 8-bit computers and consoles. Its primary design goals are code readability and output flexibility - Ophis has successfully been used to create programs for the Nintendo Entertainment System, the Atari 2600, and the Commodore 64.</p>
<p>A complete manual is available as <a href="https://github.com/michaelcmartin/Ophis/blob/master/doc/ophismanual.pdf?raw=true">PDF</a> or <a href="book/book1.html">online as HTML</a>.</p>
<h2>Downloads</h2>
<ul>
<li><a href="https://github.com/michaelcmartin/Ophis/releases/download/v2.1/Ophis-2.1-win32-installer.exe">The
standalone Windows installer</a> will be what most people
want. All you need is this file. It contains all the
examples and documentation. You will probably want to add
the install directory to your PATH to make it easier to
invoke from the command-line.</li>
<li><a href="https://github.com/michaelcmartin/Ophis/releases/download/v2.1/Ophis-2.1.tgz">The
standalone script</a> is for systems that have Python
installed and want to keep Ophis as a set of personal
files. It requires Python 2.3 or later to be installed on
the target machine. (Python 3 will <i>not</i> work - Python
3 is effectively a separate language.) This will be the most
convenient choice for most users on Mac and Linux.</li>
<li>If you want to install with the distutils, a script is
part of the GitHub repository.</li>
</ul>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>