📄 symbols.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="Symbols">Symbols</a>,
Next:<a rel="next" accesskey="n" href="Expressions.html#Expressions">Expressions</a>,
Previous:<a rel="previous" accesskey="p" href="Sections.html#Sections">Sections</a>,
Up:<a rel="up" accesskey="u" href="index.html#Top">Top</a>
<hr><br>
</div>
<h2 class="chapter">Symbols</h2>
<p>Symbols are a central concept: the programmer uses symbols to name
things, the linker uses symbols to link, and the debugger uses symbols
to debug.
<blockquote>
<em>Warning:</em> <code>as</code> does not place symbols in the object file in
the same order they were declared. This may break some debuggers.
</blockquote>
<ul class="menu">
<li><a accesskey="1" href="Labels.html#Labels">Labels</a>: Labels
<li><a accesskey="2" href="Setting-Symbols.html#Setting%20Symbols">Setting Symbols</a>: Giving Symbols Other Values
<li><a accesskey="3" href="Symbol-Names.html#Symbol%20Names">Symbol Names</a>: Symbol Names
<li><a accesskey="4" href="Dot.html#Dot">Dot</a>: The Special Dot Symbol
<li><a accesskey="5" href="Symbol-Attributes.html#Symbol%20Attributes">Symbol Attributes</a>: Symbol Attributes
</ul>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -