mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-21 12:29:46 +00:00
186 lines
3.3 KiB
HTML
186 lines
3.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<HTML
|
|
><HEAD
|
|
><TITLE
|
|
>Preface</TITLE
|
|
><META
|
|
NAME="GENERATOR"
|
|
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
|
|
REL="HOME"
|
|
TITLE="Programming with Ophis"
|
|
HREF="book1.html"><LINK
|
|
REL="PREVIOUS"
|
|
TITLE="Programming with Ophis"
|
|
HREF="book1.html"><LINK
|
|
REL="NEXT"
|
|
TITLE="Getting a copy of Ophis"
|
|
HREF="x22.html"></HEAD
|
|
><BODY
|
|
CLASS="PREFACE"
|
|
BGCOLOR="#FFFFFF"
|
|
TEXT="#000000"
|
|
LINK="#0000FF"
|
|
VLINK="#840084"
|
|
ALINK="#0000FF"
|
|
><DIV
|
|
CLASS="NAVHEADER"
|
|
><TABLE
|
|
SUMMARY="Header navigation table"
|
|
WIDTH="100%"
|
|
BORDER="0"
|
|
CELLPADDING="0"
|
|
CELLSPACING="0"
|
|
><TR
|
|
><TH
|
|
COLSPAN="3"
|
|
ALIGN="center"
|
|
>Programming with Ophis</TH
|
|
></TR
|
|
><TR
|
|
><TD
|
|
WIDTH="10%"
|
|
ALIGN="left"
|
|
VALIGN="bottom"
|
|
><A
|
|
HREF="book1.html"
|
|
ACCESSKEY="P"
|
|
><<< Previous</A
|
|
></TD
|
|
><TD
|
|
WIDTH="80%"
|
|
ALIGN="center"
|
|
VALIGN="bottom"
|
|
></TD
|
|
><TD
|
|
WIDTH="10%"
|
|
ALIGN="right"
|
|
VALIGN="bottom"
|
|
><A
|
|
HREF="x22.html"
|
|
ACCESSKEY="N"
|
|
>Next >>></A
|
|
></TD
|
|
></TR
|
|
></TABLE
|
|
><HR
|
|
ALIGN="LEFT"
|
|
WIDTH="100%"></DIV
|
|
><DIV
|
|
CLASS="PREFACE"
|
|
><H1
|
|
><A
|
|
NAME="AEN10"
|
|
></A
|
|
>Preface</H1
|
|
><P
|
|
> The Ophis project started on a lark back in 2001. My graduate
|
|
studies required me to learn Perl and Python, and I'd been playing
|
|
around with Commodore 64 emulators in my spare time, so I decided
|
|
to learn both languages by writing a simple cross-assembler for
|
|
the 6502 chip the C-64 used in both.
|
|
</P
|
|
><P
|
|
> The Perl version was quickly abandoned, but the Python one slowly
|
|
grew in scope and power over the years, and by 2005 was a very
|
|
powerful, flexible macro assembler that saw more use than I'd
|
|
expect. In 2007 I finally got around to implementing the last few
|
|
features I really wanted and polishing it up for general release.
|
|
</P
|
|
><P
|
|
> Part of that process has been formatting the various little
|
|
tutorials and references I'd created into a single, unified
|
|
document—the one you are now reading.
|
|
</P
|
|
><DIV
|
|
CLASS="SECTION"
|
|
><H1
|
|
CLASS="SECTION"
|
|
><A
|
|
NAME="AEN15"
|
|
>Why <SPAN
|
|
CLASS="QUOTE"
|
|
>"Ophis"</SPAN
|
|
>?</A
|
|
></H1
|
|
><P
|
|
> It's actually a kind of a horrific pun. See, I was using Python
|
|
at the time, and one of the things I had been hoping to do with
|
|
the assembler was to produce working Apple II
|
|
programs. <SPAN
|
|
CLASS="QUOTE"
|
|
>"Ophis"</SPAN
|
|
> is Greek
|
|
for <SPAN
|
|
CLASS="QUOTE"
|
|
>"snake"</SPAN
|
|
>, and a number of traditions also use it
|
|
as the actual <I
|
|
CLASS="EMPHASIS"
|
|
>name</I
|
|
> of the serpent in the
|
|
Garden of Eden. So, Pythons, snakes, and stories involving
|
|
really old Apples all combined to name the assembler.
|
|
</P
|
|
></DIV
|
|
></DIV
|
|
><DIV
|
|
CLASS="NAVFOOTER"
|
|
><HR
|
|
ALIGN="LEFT"
|
|
WIDTH="100%"><TABLE
|
|
SUMMARY="Footer navigation table"
|
|
WIDTH="100%"
|
|
BORDER="0"
|
|
CELLPADDING="0"
|
|
CELLSPACING="0"
|
|
><TR
|
|
><TD
|
|
WIDTH="33%"
|
|
ALIGN="left"
|
|
VALIGN="top"
|
|
><A
|
|
HREF="book1.html"
|
|
ACCESSKEY="P"
|
|
><<< Previous</A
|
|
></TD
|
|
><TD
|
|
WIDTH="34%"
|
|
ALIGN="center"
|
|
VALIGN="top"
|
|
><A
|
|
HREF="book1.html"
|
|
ACCESSKEY="H"
|
|
>Home</A
|
|
></TD
|
|
><TD
|
|
WIDTH="33%"
|
|
ALIGN="right"
|
|
VALIGN="top"
|
|
><A
|
|
HREF="x22.html"
|
|
ACCESSKEY="N"
|
|
>Next >>></A
|
|
></TD
|
|
></TR
|
|
><TR
|
|
><TD
|
|
WIDTH="33%"
|
|
ALIGN="left"
|
|
VALIGN="top"
|
|
>Programming with Ophis</TD
|
|
><TD
|
|
WIDTH="34%"
|
|
ALIGN="center"
|
|
VALIGN="top"
|
|
> </TD
|
|
><TD
|
|
WIDTH="33%"
|
|
ALIGN="right"
|
|
VALIGN="top"
|
|
>Getting a copy of Ophis</TD
|
|
></TR
|
|
></TABLE
|
|
></DIV
|
|
></BODY
|
|
></HTML
|
|
> |