annotate docs/manual/x841.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
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
333
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
2 <HTML
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
3 ><HEAD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
4 ><TITLE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
5 >Linking Scripts</TITLE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
6 ><META
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
7 NAME="GENERATOR"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
8 CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
9 REL="HOME"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
10 TITLE="LW Tool Chain"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
11 HREF="index.html"><LINK
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
12 REL="UP"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
13 TITLE="LWLINK"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
14 HREF="c727.html"><LINK
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
15 REL="PREVIOUS"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
16 TITLE="Linker Operation"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
17 HREF="x827.html"><LINK
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
18 REL="NEXT"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
19 TITLE="Format Specific Linking Notes"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
20 HREF="x907.html"></HEAD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
21 ><BODY
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
22 CLASS="SECTION"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
23 BGCOLOR="#FFFFFF"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
24 TEXT="#000000"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
25 LINK="#0000FF"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
26 VLINK="#840084"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
27 ALINK="#0000FF"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
28 ><DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
29 CLASS="NAVHEADER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
30 ><TABLE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
31 SUMMARY="Header navigation table"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
32 WIDTH="100%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
33 BORDER="0"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
34 CELLPADDING="0"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
35 CELLSPACING="0"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
36 ><TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
37 ><TH
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
38 COLSPAN="3"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
39 ALIGN="center"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
40 >LW Tool Chain</TH
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
41 ></TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
42 ><TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
43 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
44 WIDTH="10%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
45 ALIGN="left"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
46 VALIGN="bottom"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
47 ><A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
48 HREF="x827.html"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
49 ACCESSKEY="P"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
50 >Prev</A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
51 ></TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
52 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
53 WIDTH="80%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
54 ALIGN="center"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
55 VALIGN="bottom"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
56 >Chapter 4. LWLINK</TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
57 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
58 WIDTH="10%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
59 ALIGN="right"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
60 VALIGN="bottom"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
61 ><A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
62 HREF="x907.html"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
63 ACCESSKEY="N"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
64 >Next</A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
65 ></TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
66 ></TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
67 ></TABLE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
68 ><HR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
69 ALIGN="LEFT"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
70 WIDTH="100%"></DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
71 ><DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
72 CLASS="SECTION"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
73 ><H1
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
74 CLASS="SECTION"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
75 ><A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
76 NAME="AEN841"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
77 >4.3. Linking Scripts</A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
78 ></H1
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
79 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
80 >A linker script is used to instruct the linker about how to assemble the
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
81 various sections into a completed binary. It consists of a series of
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
82 directives which are considered in the order they are encountered.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
83 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
84 >The sections will appear in the resulting binary in the order they are
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
85 specified in the script file. If a referenced section is not found, the linker will behave as though the
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
86 section did exist but had a zero size, no relocations, and no exports.
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
87 A section should only be referenced once. Any subsequent references will have
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
88 an undefined effect.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
89 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
90 >All numbers are in linking scripts are specified in hexadecimal. All directives
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
91 are case sensitive although the hexadecimal numbers are not.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
92 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
93 >A section name can be specified as a "*", then any section not
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
94 already matched by the script will be matched. The "*" can be followed
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
95 by a comma and a flag to narrow the section down slightly, also.
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
96 If the flag is "!bss", then any section that is not flagged as a bss section
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
97 will be matched. If the flag is "bss", then any section that is flagged as
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
98 bss will be matched.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
99 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
100 >The following directives are understood in a linker script.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
101 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
102 ></P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
103 ><DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
104 CLASS="VARIABLELIST"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
105 ><DL
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
106 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
107 >sectopt <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
108 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
109 >section</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
110 > padafter <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
111 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
112 >byte,...</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
113 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
114 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
115 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
116 >&#13;This will cause the linker to append the specified list of byte values
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
117 (specified in hexadecimal separated by commas) to the end of the named
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
118 section. This is done once all instances of the specified section are
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
119 collected together. This has no effect if the specified section does not
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
120 appear anywhere in any of the objects specified for linking. &#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
121 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
122 >&#13;If code depends on the presence of this padding somewhere, it is sufficient
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
123 to include an empty section of the specified name in the object that depends
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
124 on it.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
125 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
126 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
127 >define basesympat <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
128 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
129 >string</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
130 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
131 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
132 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
133 >&#13;This causes the linker to define a symbol for the ultimate base address of
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
134 each section using the pattern specified by <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
135 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
136 >string</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
137 >.
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
138 In the string, %s can appear exactly once and will be replaced with the
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
139 section name. The base address is calculated after all instances of each
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
140 section have been collapsed together.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
141 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
142 >&#13;It should be noted that if none of the objects to be linked contains a
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
143 particular section name, there will be no base symbol defined for it, even
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
144 if it is listed explicitly in the link script. If code depends on the
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
145 presence of these symbols, it is sufficient to include an empty section of
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
146 the specified name in the object that depends on it.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
147 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
148 > If the pattern resolves to the same string for multiple
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
149 sections, the results are undefined.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
150 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
151 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
152 >define lensympat <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
153 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
154 >string</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
155 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
156 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
157 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
158 >&#13;This causes the linker to define a symbol for the ultimate length of each
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
159 section using the pattern specified by <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
160 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
161 >string</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
162 >. In
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
163 the string, %s can appear exactly once and will be replaced with the section
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
164 name. The length is calculated after all instances of a section have been
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
165 collapsed together.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
166 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
167 >&#13;It should be noted that if none of the objects to be linked contains a
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
168 particular section name, there will be no length symbol defined for it, even
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
169 if it is listed explicitly in the link script. If code depends on the
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
170 presence of these symbols, it is sufficient to include an empty section of
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
171 the specified name in the object that depends on it.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
172 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
173 >If the pattern resolves to the same string for multiple
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
174 sections, the results are undefined.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
175 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
176 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
177 >section <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
178 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
179 >name</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
180 > load <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
181 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
182 >addr</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
183 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
184 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
185 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
186 >&#13;This causes the section <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
187 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
188 >name</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
189 > to load at
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
190 <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
191 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
192 >addr</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
193 >. For the raw target, only one "load at" entry is
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
194 allowed for non-bss sections and it must be the first one. For raw targets,
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
195 it affects the addresses the linker assigns to symbols but has no other
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
196 affect on the output. bss sections may all have separate load addresses but
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
197 since they will not appear in the binary anyway, this is okay.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
198 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
199 >For the decb target, each "load" entry will cause a new "block" to be
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
200 output to the binary which will contain the load address. It is legal for
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
201 sections to overlap in this manner - the linker assumes the loader will sort
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
202 everything out.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
203 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
204 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
205 >section <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
206 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
207 >name</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
208 > high <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
209 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
210 >addr</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
211 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
212 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
213 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
214 >&#13;This causes the section <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
215 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
216 >name</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
217 > to load with its end
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
218 address just below <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
219 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
220 >addr</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
221 >. Subsequent sections are
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
222 loaded at progressively lower addresses. This may lead to inefficient file
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
223 encoding for some targets. As of this writing, it will also almost
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
224 certainly do the wrong thing for a raw target.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
225 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
226 >&#13;This is useful for aligning a block of code with high memory. As an
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
227 example, if the total size of a section is $100 bytes and a high address of
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
228 $FE00 is specified, the section will actually load at $FD00.&#13;</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
229 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
230 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
231 >section <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
232 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
233 >name</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
234 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
235 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
236 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
237 >&#13;This will cause the section <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
238 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
239 >name</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
240 > to load after the previously listed
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
241 section.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
242 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
243 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
244 >entry <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
245 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
246 >addr or sym</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
247 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
248 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
249 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
250 >This will cause the execution address (entry point) to be the address
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
251 specified (in hex) or the specified symbol name. The symbol name must
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
252 match a symbol that is exported by one of the object files being linked.
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
253 This has no effect for targets that do not encode the entry point into the
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
254 resulting file. If not specified, the entry point is assumed to be address 0
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
255 which is probably not what you want. The default link scripts for targets
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
256 that support this directive automatically starts at the beginning of the
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
257 first section (usually "init" or "code") that is emitted in the binary.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
258 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
259 ><DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
260 >pad <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
261 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
262 >size</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
263 ></DT
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
264 ><DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
265 ><P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
266 >This will cause the output file to be padded with NUL bytes to be exactly
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
267 <CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
268 CLASS="PARAMETER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
269 >size</CODE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
270 > bytes in length. This only makes sense for a raw target.</P
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
271 ></DD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
272 ></DL
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
273 ></DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
274 ></DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
275 ><DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
276 CLASS="NAVFOOTER"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
277 ><HR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
278 ALIGN="LEFT"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
279 WIDTH="100%"><TABLE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
280 SUMMARY="Footer navigation table"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
281 WIDTH="100%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
282 BORDER="0"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
283 CELLPADDING="0"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
284 CELLSPACING="0"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
285 ><TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
286 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
287 WIDTH="33%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
288 ALIGN="left"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
289 VALIGN="top"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
290 ><A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
291 HREF="x827.html"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
292 ACCESSKEY="P"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
293 >Prev</A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
294 ></TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
295 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
296 WIDTH="34%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
297 ALIGN="center"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
298 VALIGN="top"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
299 ><A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
300 HREF="index.html"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
301 ACCESSKEY="H"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
302 >Home</A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
303 ></TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
304 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
305 WIDTH="33%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
306 ALIGN="right"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
307 VALIGN="top"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
308 ><A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
309 HREF="x907.html"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
310 ACCESSKEY="N"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
311 >Next</A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
312 ></TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
313 ></TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
314 ><TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
315 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
316 WIDTH="33%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
317 ALIGN="left"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
318 VALIGN="top"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
319 >Linker Operation</TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
320 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
321 WIDTH="34%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
322 ALIGN="center"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
323 VALIGN="top"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
324 ><A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
325 HREF="c727.html"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
326 ACCESSKEY="U"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
327 >Up</A
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
328 ></TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
329 ><TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
330 WIDTH="33%"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
331 ALIGN="right"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
332 VALIGN="top"
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
333 >Format Specific Linking Notes</TD
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
334 ></TR
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
335 ></TABLE
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
336 ></DIV
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
337 ></BODY
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
338 ></HTML
507f442dc71e Add support for 6800 compatibility instructions.
William Astle <lost@l-w.ca>
parents:
diff changeset
339 >