arm-chars.html

来自「gcc手册」· HTML 代码 · 共 33 行

HTML
33
字号
<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="ARM-Chars">ARM-Chars</a>,

Next:<a rel="next" accesskey="n" href="ARM-Regs.html#ARM-Regs">ARM-Regs</a>,

Up:<a rel="up" accesskey="u" href="ARM-Syntax.html#ARM%20Syntax">ARM Syntax</a>

<hr><br>

</div>



<h5 class="subsection">Special Characters</h5>



   <p>The presence of a <code>@</code> on a line indicates the start of a comment

that extends to the end of the current line.  If a <code>#</code> appears as

the first character of a line, the whole line is treated as a comment.



   <p>The <code>;</code> character can be used instead of a newline to separate

statements.



   <p>Either <code>#</code> or <code>$</code> can be used to indicate immediate operands.



   <p>*TODO* Explain about /data modifier on symbols.



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?