skip.html

来自「gcc手册」· HTML 代码 · 共 28 行

HTML
28
字号
<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="Skip">Skip</a>,

Next:<a rel="next" accesskey="n" href="Sleb128.html#Sleb128">Sleb128</a>,

Previous:<a rel="previous" accesskey="p" href="Size.html#Size">Size</a>,

Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>

<hr><br>

</div>



<h3 class="section"><code>.skip </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>.space</code>.



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?