⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 list.html

📁 gcc手册
💻 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="List">List</a>,

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

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

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

<hr><br>

</div>



<h3 class="section"><code>.list</code></h3>



   <p>Control (in conjunction with the <code>.nolist</code> directive) whether or

not assembly listings are generated.  These two directives maintain an

internal counter (which is zero initially).   <code>.list</code> increments the

counter, and <code>.nolist</code> decrements it.  Assembly listings are

generated whenever the counter is greater than zero.



   <p>By default, listings are disabled.  When you enable them (with the

<code>-a</code> command line option; see <a href="Invoking.html#Invoking">Command-Line Options</a>),

the initial value of the listing counter is one.



   </body></html>



⌨️ 快捷键说明

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