📄 include.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="Include">Include</a>,
Next:<a rel="next" accesskey="n" href="Int.html#Int">Int</a>,
Previous:<a rel="previous" accesskey="p" href="Incbin.html#Incbin">Incbin</a>,
Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>
<hr><br>
</div>
<h3 class="section"><code>.include "</code><var>file</var><code>"</code></h3>
<p>This directive provides a way to include supporting files at specified
points in your source program. The code from <var>file</var> is assembled as
if it followed the point of the <code>.include</code>; when the end of the
included file is reached, assembly of the original file continues. You
can control the search paths used with the <code>-I</code> command-line option
(see <a href="Invoking.html#Invoking">Command-Line Options</a>). Quotation marks are required
around <var>file</var>.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -