📄 space.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="Space">Space</a>,
Next:<a rel="next" accesskey="n" href="Stab.html#Stab">Stab</a>,
Previous:<a rel="previous" accesskey="p" href="Sleb128.html#Sleb128">Sleb128</a>,
Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>
<hr><br>
</div>
<h3 class="section"><code>.space </code><var>size</var><code> , </code><var>fill</var><code></code></h3>
<p>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. This is the same
as <code>.skip</code>.
<blockquote>
<em>Warning:</em> <code>.space</code> has a completely different meaning for HPPA
targets; use <code>.block</code> as a substitute. See <cite>HP9000 Series 800
Assembly Language Reference Manual</cite> (HP 92432-90001) for the meaning of the
<code>.space</code> directive. See <a href="HPPA-Directives.html#HPPA%20Directives">HPPA Assembler Directives</a>,
for a summary.
</blockquote>
<p>On the AMD 29K, this directive is ignored; it is accepted for
compatibility with other AMD 29K assemblers.
<blockquote>
<em>Warning:</em> In most versions of the <small>GNU</small> assembler, the directive
<code>.space</code> has the effect of <code>.block</code> See <a href="Machine-Dependencies.html#Machine%20Dependencies">Machine Dependencies</a>.
</blockquote>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -