o.html

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

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

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

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

Up:<a rel="up" accesskey="u" href="Invoking.html#Invoking">Invoking</a>

<hr><br>

</div>



<h3 class="section">Name the Object File: <code>-o</code></h3>



   <p>There is always one object file output when you run <code>as</code>.  By

default it has the name

<code>a.out</code> (or <code>b.out</code>, for Intel 960 targets only). 

You use this option (which takes exactly one filename) to give the

object file a different name.



   <p>Whatever the object file is called, <code>as</code> overwrites any

existing file of the same name.



   </body></html>



⌨️ 快捷键说明

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