1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3<!-- This file documents the GNU Assembler "as".
4
5Copyright (C) 1991-2021 Free Software Foundation, Inc.
6
7Permission is granted to copy, distribute and/or modify this document
8under the terms of the GNU Free Documentation License, Version 1.3
9or any later version published by the Free Software Foundation;
10with no Invariant Sections, with no Front-Cover Texts, and with no
11Back-Cover Texts.  A copy of the license is included in the
12section entitled "GNU Free Documentation License".
13 -->
14<!-- Created by GNU Texinfo 5.1, http://www.gnu.org/software/texinfo/ -->
15<head>
16<title>Using as: Pseudo Ops</title>
17
18<meta name="description" content="Using as: Pseudo Ops">
19<meta name="keywords" content="Using as: Pseudo Ops">
20<meta name="resource-type" content="document">
21<meta name="distribution" content="global">
22<meta name="Generator" content="makeinfo">
23<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
24<link href="index.html#Top" rel="start" title="Top">
25<link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
26<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
27<link href="index.html#Top" rel="up" title="Top">
28<link href="Abort.html#Abort" rel="next" title="Abort">
29<link href="Infix-Ops.html#Infix-Ops" rel="previous" title="Infix Ops">
30<style type="text/css">
31<!--
32a.summary-letter {text-decoration: none}
33blockquote.smallquotation {font-size: smaller}
34div.display {margin-left: 3.2em}
35div.example {margin-left: 3.2em}
36div.indentedblock {margin-left: 3.2em}
37div.lisp {margin-left: 3.2em}
38div.smalldisplay {margin-left: 3.2em}
39div.smallexample {margin-left: 3.2em}
40div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
41div.smalllisp {margin-left: 3.2em}
42kbd {font-style:oblique}
43pre.display {font-family: inherit}
44pre.format {font-family: inherit}
45pre.menu-comment {font-family: serif}
46pre.menu-preformatted {font-family: serif}
47pre.smalldisplay {font-family: inherit; font-size: smaller}
48pre.smallexample {font-size: smaller}
49pre.smallformat {font-family: inherit; font-size: smaller}
50pre.smalllisp {font-size: smaller}
51span.nocodebreak {white-space:nowrap}
52span.nolinebreak {white-space:nowrap}
53span.roman {font-family:serif; font-weight:normal}
54span.sansserif {font-family:sans-serif; font-weight:normal}
55ul.no-bullet {list-style: none}
56-->
57</style>
58
59
60</head>
61
62<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
63<a name="Pseudo-Ops"></a>
64<div class="header">
65<p>
66Next: <a href="Object-Attributes.html#Object-Attributes" accesskey="n" rel="next">Object Attributes</a>, Previous: <a href="Expressions.html#Expressions" accesskey="p" rel="previous">Expressions</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
67</div>
68<hr>
69<a name="Assembler-Directives"></a>
70<h2 class="chapter">7 Assembler Directives</h2>
71
72<a name="index-directives_002c-machine-independent"></a>
73<a name="index-pseudo_002dops_002c-machine-independent"></a>
74<a name="index-machine-independent-directives"></a>
75<p>All assembler directives have names that begin with a period (&lsquo;<samp>.</samp>&rsquo;).
76The names are case insensitive for most targets, and usually written
77in lower case.
78</p>
79<p>This chapter discusses directives that are available regardless of the
80target machine configuration for the <small>GNU</small> assembler.
81Some machine configurations provide additional directives.
82See <a href="Machine-Dependencies.html#Machine-Dependencies">Machine Dependencies</a>.
83</p>
84<table class="menu" border="0" cellspacing="0">
85<tr><td align="left" valign="top">&bull; <a href="Abort.html#Abort" accesskey="1">Abort</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.abort</code>
86</td></tr>
87<tr><td align="left" valign="top">&bull; <a href="ABORT-_0028COFF_0029.html#ABORT-_0028COFF_0029" accesskey="2">ABORT (COFF)</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.ABORT</code>
88</td></tr>
89<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
90</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Align.html#Align" accesskey="3">Align</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.align [<var>abs-expr</var>[, <var>abs-expr</var>[, <var>abs-expr</var>]]]</code>
91</td></tr>
92<tr><td align="left" valign="top">&bull; <a href="Altmacro.html#Altmacro" accesskey="4">Altmacro</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.altmacro</code>
93</td></tr>
94<tr><td align="left" valign="top">&bull; <a href="Ascii.html#Ascii" accesskey="5">Ascii</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.ascii &quot;<var>string</var>&quot;</code>&hellip;
95</td></tr>
96<tr><td align="left" valign="top">&bull; <a href="Asciz.html#Asciz" accesskey="6">Asciz</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.asciz &quot;<var>string</var>&quot;</code>&hellip;
97</td></tr>
98<tr><td align="left" valign="top">&bull; <a href="Attach_005fto_005fgroup.html#Attach_005fto_005fgroup" accesskey="7">Attach_to_group</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.attach_to_group <var>name</var></code>
99</td></tr>
100<tr><td align="left" valign="top">&bull; <a href="Balign.html#Balign" accesskey="8">Balign</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.balign [<var>abs-expr</var>[, <var>abs-expr</var>]]</code>
101</td></tr>
102<tr><td align="left" valign="top">&bull; <a href="Bundle-directives.html#Bundle-directives" accesskey="9">Bundle directives</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.bundle_align_mode <var>abs-expr</var></code>, etc
103</td></tr>
104<tr><td align="left" valign="top">&bull; <a href="Byte.html#Byte">Byte</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.byte <var>expressions</var></code>
105</td></tr>
106<tr><td align="left" valign="top">&bull; <a href="CFI-directives.html#CFI-directives">CFI directives</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.cfi_startproc [simple]</code>, <code>.cfi_endproc</code>, etc.
107</td></tr>
108<tr><td align="left" valign="top">&bull; <a href="Comm.html#Comm">Comm</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.comm <var>symbol</var> , <var>length</var> </code>
109</td></tr>
110<tr><td align="left" valign="top">&bull; <a href="Data.html#Data">Data</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.data <var>subsection</var></code>
111</td></tr>
112<tr><td align="left" valign="top">&bull; <a href="Dc.html#Dc">Dc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.dc[<var>size</var>] <var>expressions</var></code>
113</td></tr>
114<tr><td align="left" valign="top">&bull; <a href="Dcb.html#Dcb">Dcb</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.dcb[<var>size</var>] <var>number</var> [,<var>fill</var>]</code>
115</td></tr>
116<tr><td align="left" valign="top">&bull; <a href="Ds.html#Ds">Ds</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.ds[<var>size</var>] <var>number</var> [,<var>fill</var>]</code>
117</td></tr>
118<tr><td align="left" valign="top">&bull; <a href="Def.html#Def">Def</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.def <var>name</var></code>
119</td></tr>
120<tr><td align="left" valign="top">&bull; <a href="Desc.html#Desc">Desc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.desc <var>symbol</var>, <var>abs-expression</var></code>
121</td></tr>
122<tr><td align="left" valign="top">&bull; <a href="Dim.html#Dim">Dim</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.dim</code>
123</td></tr>
124<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
125</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Double.html#Double">Double</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.double <var>flonums</var></code>
126</td></tr>
127<tr><td align="left" valign="top">&bull; <a href="Eject.html#Eject">Eject</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.eject</code>
128</td></tr>
129<tr><td align="left" valign="top">&bull; <a href="Else.html#Else">Else</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.else</code>
130</td></tr>
131<tr><td align="left" valign="top">&bull; <a href="Elseif.html#Elseif">Elseif</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.elseif</code>
132</td></tr>
133<tr><td align="left" valign="top">&bull; <a href="End.html#End">End</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.end</code>
134</td></tr>
135<tr><td align="left" valign="top">&bull; <a href="Endef.html#Endef">Endef</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.endef</code>
136</td></tr>
137<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
138</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Endfunc.html#Endfunc">Endfunc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.endfunc</code>
139</td></tr>
140<tr><td align="left" valign="top">&bull; <a href="Endif.html#Endif">Endif</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.endif</code>
141</td></tr>
142<tr><td align="left" valign="top">&bull; <a href="Equ.html#Equ">Equ</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.equ <var>symbol</var>, <var>expression</var></code>
143</td></tr>
144<tr><td align="left" valign="top">&bull; <a href="Equiv.html#Equiv">Equiv</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.equiv <var>symbol</var>, <var>expression</var></code>
145</td></tr>
146<tr><td align="left" valign="top">&bull; <a href="Eqv.html#Eqv">Eqv</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.eqv <var>symbol</var>, <var>expression</var></code>
147</td></tr>
148<tr><td align="left" valign="top">&bull; <a href="Err.html#Err">Err</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.err</code>
149</td></tr>
150<tr><td align="left" valign="top">&bull; <a href="Error.html#Error">Error</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.error <var>string</var></code>
151</td></tr>
152<tr><td align="left" valign="top">&bull; <a href="Exitm.html#Exitm">Exitm</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.exitm</code>
153</td></tr>
154<tr><td align="left" valign="top">&bull; <a href="Extern.html#Extern">Extern</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.extern</code>
155</td></tr>
156<tr><td align="left" valign="top">&bull; <a href="Fail.html#Fail">Fail</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.fail</code>
157</td></tr>
158<tr><td align="left" valign="top">&bull; <a href="File.html#File">File</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.file</code>
159</td></tr>
160<tr><td align="left" valign="top">&bull; <a href="Fill.html#Fill">Fill</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.fill <var>repeat</var> , <var>size</var> , <var>value</var></code>
161</td></tr>
162<tr><td align="left" valign="top">&bull; <a href="Float.html#Float">Float</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.float <var>flonums</var></code>
163</td></tr>
164<tr><td align="left" valign="top">&bull; <a href="Func.html#Func">Func</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.func</code>
165</td></tr>
166<tr><td align="left" valign="top">&bull; <a href="Global.html#Global">Global</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.global <var>symbol</var></code>, <code>.globl <var>symbol</var></code>
167</td></tr>
168<tr><td align="left" valign="top">&bull; <a href="Gnu_005fattribute.html#Gnu_005fattribute">Gnu_attribute</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.gnu_attribute <var>tag</var>,<var>value</var></code>
169</td></tr>
170<tr><td align="left" valign="top">&bull; <a href="Hidden.html#Hidden">Hidden</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.hidden <var>names</var></code>
171</td></tr>
172<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
173</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="hword.html#hword">hword</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.hword <var>expressions</var></code>
174</td></tr>
175<tr><td align="left" valign="top">&bull; <a href="Ident.html#Ident">Ident</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.ident</code>
176</td></tr>
177<tr><td align="left" valign="top">&bull; <a href="If.html#If">If</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.if <var>absolute expression</var></code>
178</td></tr>
179<tr><td align="left" valign="top">&bull; <a href="Incbin.html#Incbin">Incbin</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.incbin &quot;<var>file</var>&quot;[,<var>skip</var>[,<var>count</var>]]</code>
180</td></tr>
181<tr><td align="left" valign="top">&bull; <a href="Include.html#Include">Include</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.include &quot;<var>file</var>&quot;</code>
182</td></tr>
183<tr><td align="left" valign="top">&bull; <a href="Int.html#Int">Int</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.int <var>expressions</var></code>
184</td></tr>
185<tr><td align="left" valign="top">&bull; <a href="Internal.html#Internal">Internal</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.internal <var>names</var></code>
186</td></tr>
187<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
188</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Irp.html#Irp">Irp</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.irp <var>symbol</var>,<var>values</var></code>&hellip;
189</td></tr>
190<tr><td align="left" valign="top">&bull; <a href="Irpc.html#Irpc">Irpc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.irpc <var>symbol</var>,<var>values</var></code>&hellip;
191</td></tr>
192<tr><td align="left" valign="top">&bull; <a href="Lcomm.html#Lcomm">Lcomm</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.lcomm <var>symbol</var> , <var>length</var></code>
193</td></tr>
194<tr><td align="left" valign="top">&bull; <a href="Lflags.html#Lflags">Lflags</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.lflags</code>
195</td></tr>
196<tr><td align="left" valign="top">&bull; <a href="Line.html#Line">Line</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.line <var>line-number</var></code>
197</td></tr>
198<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
199</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Linkonce.html#Linkonce">Linkonce</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.linkonce [<var>type</var>]</code>
200</td></tr>
201<tr><td align="left" valign="top">&bull; <a href="List.html#List">List</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.list</code>
202</td></tr>
203<tr><td align="left" valign="top">&bull; <a href="Ln.html#Ln">Ln</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.ln <var>line-number</var></code>
204</td></tr>
205<tr><td align="left" valign="top">&bull; <a href="Loc.html#Loc">Loc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.loc <var>fileno</var> <var>lineno</var></code>
206</td></tr>
207<tr><td align="left" valign="top">&bull; <a href="Loc_005fmark_005flabels.html#Loc_005fmark_005flabels">Loc_mark_labels</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.loc_mark_labels <var>enable</var></code>
208</td></tr>
209<tr><td align="left" valign="top">&bull; <a href="Local.html#Local">Local</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.local <var>names</var></code>
210</td></tr>
211<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
212</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Long.html#Long">Long</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.long <var>expressions</var></code>
213</td></tr>
214<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
215</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Macro.html#Macro">Macro</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.macro <var>name</var> <var>args</var></code>&hellip;
216</td></tr>
217<tr><td align="left" valign="top">&bull; <a href="MRI.html#MRI">MRI</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.mri <var>val</var></code>
218</td></tr>
219<tr><td align="left" valign="top">&bull; <a href="Noaltmacro.html#Noaltmacro">Noaltmacro</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.noaltmacro</code>
220</td></tr>
221<tr><td align="left" valign="top">&bull; <a href="Nolist.html#Nolist">Nolist</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.nolist</code>
222</td></tr>
223<tr><td align="left" valign="top">&bull; <a href="Nop.html#Nop">Nop</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.nop</code>
224</td></tr>
225<tr><td align="left" valign="top">&bull; <a href="Nops.html#Nops">Nops</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.nops <var>size</var>[, <var>control</var>]</code>
226</td></tr>
227<tr><td align="left" valign="top">&bull; <a href="Octa.html#Octa">Octa</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.octa <var>bignums</var></code>
228</td></tr>
229<tr><td align="left" valign="top">&bull; <a href="Offset.html#Offset">Offset</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.offset <var>loc</var></code>
230</td></tr>
231<tr><td align="left" valign="top">&bull; <a href="Org.html#Org">Org</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.org <var>new-lc</var>, <var>fill</var></code>
232</td></tr>
233<tr><td align="left" valign="top">&bull; <a href="P2align.html#P2align">P2align</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.p2align [<var>abs-expr</var>[, <var>abs-expr</var>[, <var>abs-expr</var>]]]</code>
234</td></tr>
235<tr><td align="left" valign="top">&bull; <a href="PopSection.html#PopSection">PopSection</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.popsection</code>
236</td></tr>
237<tr><td align="left" valign="top">&bull; <a href="Previous.html#Previous">Previous</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.previous</code>
238</td></tr>
239<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
240</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Print.html#Print">Print</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.print <var>string</var></code>
241</td></tr>
242<tr><td align="left" valign="top">&bull; <a href="Protected.html#Protected">Protected</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.protected <var>names</var></code>
243</td></tr>
244<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
245</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Psize.html#Psize">Psize</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.psize <var>lines</var>, <var>columns</var></code>
246</td></tr>
247<tr><td align="left" valign="top">&bull; <a href="Purgem.html#Purgem">Purgem</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.purgem <var>name</var></code>
248</td></tr>
249<tr><td align="left" valign="top">&bull; <a href="PushSection.html#PushSection">PushSection</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.pushsection <var>name</var></code>
250</td></tr>
251<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
252</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Quad.html#Quad">Quad</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.quad <var>bignums</var></code>
253</td></tr>
254<tr><td align="left" valign="top">&bull; <a href="Reloc.html#Reloc">Reloc</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.reloc <var>offset</var>, <var>reloc_name</var>[, <var>expression</var>]</code>
255</td></tr>
256<tr><td align="left" valign="top">&bull; <a href="Rept.html#Rept">Rept</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.rept <var>count</var></code>
257</td></tr>
258<tr><td align="left" valign="top">&bull; <a href="Sbttl.html#Sbttl">Sbttl</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.sbttl &quot;<var>subheading</var>&quot;</code>
259</td></tr>
260<tr><td align="left" valign="top">&bull; <a href="Scl.html#Scl">Scl</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.scl <var>class</var></code>
261</td></tr>
262<tr><td align="left" valign="top">&bull; <a href="Section.html#Section">Section</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.section <var>name</var>[, <var>flags</var>]</code>
263</td></tr>
264<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
265</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Set.html#Set">Set</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.set <var>symbol</var>, <var>expression</var></code>
266</td></tr>
267<tr><td align="left" valign="top">&bull; <a href="Short.html#Short">Short</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.short <var>expressions</var></code>
268</td></tr>
269<tr><td align="left" valign="top">&bull; <a href="Single.html#Single">Single</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.single <var>flonums</var></code>
270</td></tr>
271<tr><td align="left" valign="top">&bull; <a href="Size.html#Size">Size</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.size [<var>name</var> , <var>expression</var>]</code>
272</td></tr>
273<tr><td align="left" valign="top">&bull; <a href="Skip.html#Skip">Skip</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.skip <var>size</var> [,<var>fill</var>]</code>
274</td></tr>
275<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
276</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Sleb128.html#Sleb128">Sleb128</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.sleb128 <var>expressions</var></code>
277</td></tr>
278<tr><td align="left" valign="top">&bull; <a href="Space.html#Space">Space</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.space <var>size</var> [,<var>fill</var>]</code>
279</td></tr>
280<tr><td align="left" valign="top">&bull; <a href="Stab.html#Stab">Stab</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.stabd, .stabn, .stabs</code>
281</td></tr>
282<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
283</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="String.html#String">String</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.string &quot;<var>str</var>&quot;</code>, <code>.string8 &quot;<var>str</var>&quot;</code>, <code>.string16 &quot;<var>str</var>&quot;</code>, <code>.string32 &quot;<var>str</var>&quot;</code>, <code>.string64 &quot;<var>str</var>&quot;</code>
284</td></tr>
285<tr><td align="left" valign="top">&bull; <a href="Struct.html#Struct">Struct</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.struct <var>expression</var></code>
286</td></tr>
287<tr><td align="left" valign="top">&bull; <a href="SubSection.html#SubSection">SubSection</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.subsection</code>
288</td></tr>
289<tr><td align="left" valign="top">&bull; <a href="Symver.html#Symver">Symver</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.symver <var>name</var>,<var>name2@nodename</var>[,<var>visibility</var>]</code>
290</td></tr>
291<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
292</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Tag.html#Tag">Tag</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.tag <var>structname</var></code>
293</td></tr>
294<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
295</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Text.html#Text">Text</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.text <var>subsection</var></code>
296</td></tr>
297<tr><td align="left" valign="top">&bull; <a href="Title.html#Title">Title</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.title &quot;<var>heading</var>&quot;</code>
298</td></tr>
299<tr><td align="left" valign="top">&bull; <a href="Tls_005fcommon.html#Tls_005fcommon">Tls_common</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.tls_common <var>symbol</var>, <var>length</var>[, <var>alignment</var>]</code>
300</td></tr>
301<tr><td align="left" valign="top">&bull; <a href="Type.html#Type">Type</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.type &lt;<var>int</var> | <var>name</var> , <var>type description</var>&gt;</code>
302</td></tr>
303<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
304</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Uleb128.html#Uleb128">Uleb128</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.uleb128 <var>expressions</var></code>
305</td></tr>
306<tr><td align="left" valign="top">&bull; <a href="Val.html#Val">Val</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.val <var>addr</var></code>
307</td></tr>
308<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
309</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Version.html#Version">Version</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.version &quot;<var>string</var>&quot;</code>
310</td></tr>
311<tr><td align="left" valign="top">&bull; <a href="VTableEntry.html#VTableEntry">VTableEntry</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.vtable_entry <var>table</var>, <var>offset</var></code>
312</td></tr>
313<tr><td align="left" valign="top">&bull; <a href="VTableInherit.html#VTableInherit">VTableInherit</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.vtable_inherit <var>child</var>, <var>parent</var></code>
314</td></tr>
315<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
316</pre></th></tr><tr><td align="left" valign="top">&bull; <a href="Warning.html#Warning">Warning</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.warning <var>string</var></code>
317</td></tr>
318<tr><td align="left" valign="top">&bull; <a href="Weak.html#Weak">Weak</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.weak <var>names</var></code>
319</td></tr>
320<tr><td align="left" valign="top">&bull; <a href="Weakref.html#Weakref">Weakref</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.weakref <var>alias</var>, <var>symbol</var></code>
321</td></tr>
322<tr><td align="left" valign="top">&bull; <a href="Word.html#Word">Word</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.word <var>expressions</var></code>
323</td></tr>
324<tr><td align="left" valign="top">&bull; <a href="Zero.html#Zero">Zero</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.zero <var>size</var></code>
325</td></tr>
326<tr><td align="left" valign="top">&bull; <a href="2byte.html#g_t2byte">2byte</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.2byte <var>expressions</var></code>
327</td></tr>
328<tr><td align="left" valign="top">&bull; <a href="4byte.html#g_t4byte">4byte</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.4byte <var>expressions</var></code>
329</td></tr>
330<tr><td align="left" valign="top">&bull; <a href="8byte.html#g_t8byte">8byte</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><code>.8byte <var>bignums</var></code>
331</td></tr>
332<tr><td align="left" valign="top">&bull; <a href="Deprecated.html#Deprecated">Deprecated</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Deprecated Directives
333</td></tr>
334</table>
335
336<hr>
337<div class="header">
338<p>
339Next: <a href="Object-Attributes.html#Object-Attributes" accesskey="n" rel="next">Object Attributes</a>, Previous: <a href="Expressions.html#Expressions" accesskey="p" rel="previous">Expressions</a>, Up: <a href="index.html#Top" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
340</div>
341
342
343
344</body>
345</html>
346