📄 dot.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="Dot">Dot</a>,
Next:<a rel="next" accesskey="n" href="Symbol-Attributes.html#Symbol%20Attributes">Symbol Attributes</a>,
Previous:<a rel="previous" accesskey="p" href="Symbol-Names.html#Symbol%20Names">Symbol Names</a>,
Up:<a rel="up" accesskey="u" href="Symbols.html#Symbols">Symbols</a>
<hr><br>
</div>
<h3 class="section">The Special Dot Symbol</h3>
<p>The special symbol <code>.</code> refers to the current address that
<code>as</code> is assembling into. Thus, the expression <code>melvin:
.long .</code> defines <code>melvin</code> to contain its own address.
Assigning a value to <code>.</code> is treated the same as a <code>.org</code>
directive. Thus, the expression <code>.=.+4</code> is the same as saying
<code>.space 4</code>.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -