comparison docs/manual/x54.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
comparison
equal deleted inserted replaced
332:26bfe8d557e2 333:507f442dc71e
77 >2.7. Object Files</A 77 >2.7. Object Files</A
78 ></H1 78 ></H1
79 ><P 79 ><P
80 >LWASM supports generating a proprietary object file format which is 80 >LWASM supports generating a proprietary object file format which is
81 described in <A 81 described in <A
82 HREF="c970.html" 82 HREF="c984.html"
83 >Chapter 6</A 83 >Chapter 6</A
84 >. LWLINK is then used to link these 84 >. LWLINK is then used to link these
85 object files into a final binary in any of LWLINK's supported binary 85 object files into a final binary in any of LWLINK's supported binary
86 formats.</P 86 formats.</P
87 ><P 87 ><P