📄 amd29k-directives.html
字号:
<html lang="en">
<head>
<title>Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<div class="node">
<p>
Node:<a name="AMD29K%20Directives">AMD29K Directives</a>,
Next:<a rel="next" accesskey="n" href="AMD29K-Opcodes.html#AMD29K%20Opcodes">AMD29K Opcodes</a>,
Previous:<a rel="previous" accesskey="p" href="AMD29K-Floating-Point.html#AMD29K%20Floating%20Point">AMD29K Floating Point</a>,
Up:<a rel="up" accesskey="u" href="AMD29K-Dependent.html#AMD29K-Dependent">AMD29K-Dependent</a>
<hr><br>
</div>
<h4 class="section">AMD 29K Machine Directives</h4>
<dl>
<dt><code>.block </code><var>size</var><code> , </code><var>fill</var><code></code>
<dd>This directive emits <var>size</var> bytes, each of value <var>fill</var>. Both
<var>size</var> and <var>fill</var> are absolute expressions. If the comma
and <var>fill</var> are omitted, <var>fill</var> is assumed to be zero.
<p>In other versions of the <small>GNU</small> assembler, this directive is called
<code>.space</code>.
</dl>
<dl>
<dt><code>.cputype</code>
<dd>This directive is ignored; it is accepted for compatibility with other
AMD 29K assemblers.
<br><dt><code>.file</code>
<dd>This directive is ignored; it is accepted for compatibility with other
AMD 29K assemblers.
<blockquote>
<em>Warning:</em> in other versions of the <small>GNU</small> assembler, <code>.file</code> is
used for the directive called <code>.app-file</code> in the AMD 29K support.
</blockquote>
<br><dt><code>.line</code>
<dd>This directive is ignored; it is accepted for compatibility with other
AMD 29K assemblers.
<br><dt><code>.sect</code>
<dd>This directive is ignored; it is accepted for compatibility with other
AMD 29K assemblers.
<br><dt><code>.use </code><var>section name</var><code></code>
<dd>Establishes the section and subsection for the following code;
<var>section name</var> may be one of <code>.text</code>, <code>.data</code>,
<code>.data1</code>, or <code>.lit</code>. With one of the first three <var>section
name</var> options, <code>.use</code> is equivalent to the machine directive
<var>section name</var>; the remaining case, <code>.use .lit</code>, is the same as
<code>.data 200</code>.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -