abort.html

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

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

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

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

<hr><br>

</div>



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



   <p>This directive stops the assembly immediately.  It is for

compatibility with other assemblers.  The original idea was that the

assembly language source would be piped into the assembler.  If the sender

of the source quit, it could use this directive tells <code>as</code> to

quit also.  One day <code>.abort</code> will not be supported.



<div class="node">

<p>

Node:<a name="ABORT">ABORT</a>,

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

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

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

<hr><br>

</div>



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



   <p>When producing COFF output, <code>as</code> accepts this directive as a

synonym for <code>.abort</code>.



   <p>When producing <code>b.out</code> output, <code>as</code> accepts this directive,

but ignores it.



   </body></html>



⌨️ 快捷键说明

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