📄 file.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="File">File</a>,
Next:<a rel="next" accesskey="n" href="Fill.html#Fill">Fill</a>,
Previous:<a rel="previous" accesskey="p" href="Fail.html#Fail">Fail</a>,
Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>
<hr><br>
</div>
<h3 class="section"><code>.file </code><var>string</var><code></code></h3>
<p><code>.file</code> tells <code>as</code> that we are about to start a new logical
file. <var>string</var> is the new file name. In general, the filename is
recognized whether or not it is surrounded by quotes <code>"</code>; but if you wish
to specify an empty file name, you must give the quotes-<code>""</code>. This
statement may go away in future: it is only recognized to be compatible with
old <code>as</code> programs.
In some configurations of <code>as</code>, <code>.file</code> has already been
removed to avoid conflicts with other assemblers. See <a href="Machine-Dependencies.html#Machine%20Dependencies">Machine Dependencies</a>.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -