view docs/manual/index.html @ 333:507f442dc71e

Add support for 6800 compatibility instructions. The occasional program uses the 6800 compatibility instructions since they are actually specified by Motorola in at least some documentation. They advertised the 6809 as source compatible with the 6800. This mode is not enabled by default, however. It is my belief that receiving an error when using a non-6809 instruction is more useful since it is unlikely that much 6800 source code is being assembled for the 6809 these days. Nevertheless, the --6809compat option is present for just those purposes so one does not have to resort to using macros (which would work equally well in most cases).
author William Astle <lost@l-w.ca>
date Tue, 15 Apr 2014 10:57:34 -0600
parents b30091890d62
children 330a66a0f45a
line wrap: on
line source

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>LW Tool Chain</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="NEXT"
TITLE="Introduction"
HREF="c13.html"></HEAD
><BODY
CLASS="BOOK"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="BOOK"
><A
NAME="AEN1"
></A
><DIV
CLASS="TITLEPAGE"
><H1
CLASS="TITLE"
><A
NAME="AEN2"
>LW Tool Chain</A
></H1
><H3
CLASS="AUTHOR"
><A
NAME="AEN4"
></A
>William Astle</H3
><H3
CLASS="AUTHOR"
><A
NAME="AEN7"
></A
>LWTools Contributors </H3
><P
CLASS="COPYRIGHT"
>Copyright &copy; 2009-2014 William Astle and LWTools contributors</P
><HR></DIV
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>1. <A
HREF="c13.html"
>Introduction</A
></DT
><DD
><DL
><DT
>1.1. <A
HREF="c13.html#AEN16"
>History</A
></DT
></DL
></DD
><DT
>2. <A
HREF="c21.html"
>Output Formats</A
></DT
><DD
><DL
><DT
>2.1. <A
HREF="c21.html#AEN24"
>Raw Binaries</A
></DT
><DT
>2.2. <A
HREF="x27.html"
>DECB Binaries</A
></DT
><DT
>2.3. <A
HREF="x32.html"
>ASCII Hexadecimal</A
></DT
><DT
>2.4. <A
HREF="x36.html"
>Motorola S-Record</A
></DT
><DT
>2.5. <A
HREF="x41.html"
>Intel Hex</A
></DT
><DT
>2.6. <A
HREF="x46.html"
>OS9 Modules</A
></DT
><DT
>2.7. <A
HREF="x54.html"
>Object Files</A
></DT
></DL
></DD
><DT
>3. <A
HREF="c62.html"
>LWASM</A
></DT
><DD
><DL
><DT
>3.1. <A
HREF="c62.html#AEN65"
>Command Line Options</A
></DT
><DT
>3.2. <A
HREF="x197.html"
>Dialects</A
></DT
><DT
>3.3. <A
HREF="x206.html"
>Source Format</A
></DT
><DT
>3.4. <A
HREF="x216.html"
>Symbols</A
></DT
><DT
>3.5. <A
HREF="x221.html"
>Numbers and Expressions</A
></DT
><DT
>3.6. <A
HREF="x229.html"
>Assembler Directives</A
></DT
><DD
><DL
><DT
>3.6.1. <A
HREF="x229.html#AEN232"
>Data Directives</A
></DT
><DT
>3.6.2. <A
HREF="x229.html#AEN343"
>Address Definition</A
></DT
><DT
>3.6.3. <A
HREF="x229.html#AEN390"
>Conditional Assembly</A
></DT
><DT
>3.6.4. <A
HREF="x229.html#AEN455"
>OS9 Target Directives</A
></DT
><DT
>3.6.5. <A
HREF="x229.html#AEN480"
>Miscelaneous Directives</A
></DT
></DL
></DD
><DT
>3.7. <A
HREF="x520.html"
>Macros</A
></DT
><DT
>3.8. <A
HREF="x543.html"
>Structures</A
></DT
><DT
>3.9. <A
HREF="x564.html"
>Object Files and Sections</A
></DT
><DT
>3.10. <A
HREF="x628.html"
>Assembler Modes and Pragmas</A
></DT
></DL
></DD
><DT
>4. <A
HREF="c727.html"
>LWLINK</A
></DT
><DD
><DL
><DT
>4.1. <A
HREF="c727.html#AEN730"
>Command Line Options</A
></DT
><DT
>4.2. <A
HREF="x827.html"
>Linker Operation</A
></DT
><DT
>4.3. <A
HREF="x841.html"
>Linking Scripts</A
></DT
><DT
>4.4. <A
HREF="x907.html"
>Format Specific Linking Notes</A
></DT
><DD
><DL
><DT
>4.4.1. <A
HREF="x907.html#AEN910"
>OS9 Modules</A
></DT
></DL
></DD
></DL
></DD
><DT
>5. <A
HREF="c922.html"
>Libraries and LWAR</A
></DT
><DD
><DL
><DT
>5.1. <A
HREF="c922.html#AEN926"
>Command Line Options</A
></DT
></DL
></DD
><DT
>6. <A
HREF="c984.html"
>Object Files</A
></DT
></DL
></DIV
><DIV
CLASS="LOT"
><DL
CLASS="LOT"
><DT
><B
>List of Tables</B
></DT
><DT
>6-1. <A
HREF="c984.html#AEN1009"
>Object File Term Types</A
></DT
><DT
>6-2. <A
HREF="c984.html#AEN1039"
>Object File Operator Numbers</A
></DT
></DL
></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"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="c13.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Introduction</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>