📄 as-sections.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="As%20Sections">As Sections</a>,
Next:<a rel="next" accesskey="n" href="Sub-Sections.html#Sub-Sections">Sub-Sections</a>,
Previous:<a rel="previous" accesskey="p" href="Ld-Sections.html#Ld%20Sections">Ld Sections</a>,
Up:<a rel="up" accesskey="u" href="Sections.html#Sections">Sections</a>
<hr><br>
</div>
<h3 class="section">Assembler Internal Sections</h3>
<p>These sections are meant only for the internal use of <code>as</code>. They
have no meaning at run-time. You do not really need to know about these
sections for most purposes; but they can be mentioned in <code>as</code>
warning messages, so it might be helpful to have an idea of their
meanings to <code>as</code>. These sections are used to permit the
value of every expression in your assembly language program to be a
section-relative address.
<dl>
<dt><b>ASSEMBLER-INTERNAL-LOGIC-ERROR!</b>
<dd>An internal assembler logic error has been found. This means there is a
bug in the assembler.
<br><dt><b>expr section</b>
<dd>The assembler stores complex expression internally as combinations of
symbols. When it needs to represent an expression as a symbol, it puts
it in the expr section.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -