📄 mmix-chars.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="MMIX-Chars">MMIX-Chars</a>,
Next:<a rel="next" accesskey="n" href="MMIX-Symbols.html#MMIX-Symbols">MMIX-Symbols</a>,
Up:<a rel="up" accesskey="u" href="MMIX-Syntax.html#MMIX-Syntax">MMIX-Syntax</a>
<hr><br>
</div>
<h5 class="subsection">Special Characters</h5>
<p>The characters <code>*</code> and <code>#</code> are line comment characters; each
start a comment at the beginning of a line, but only at the beginning of a
line. A <code>#</code> prefixes a hexadecimal number if found elsewhere on a
line.
<p>Two other characters, <code>%</code> and <code>!</code>, each start a comment anywhere
on the line. Thus you can't use the <code>modulus</code> and <code>not</code>
operators in expressions normally associated with these two characters.
<p>A <code>;</code> is a line separator, treated as a new-line, so separate
instructions can be specified on a single line.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -