v850-directives.html
来自「gcc手册」· HTML 代码 · 共 44 行
HTML
44 行
<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="V850%20Directives">V850 Directives</a>,
Next:<a rel="next" accesskey="n" href="V850-Opcodes.html#V850%20Opcodes">V850 Opcodes</a>,
Previous:<a rel="previous" accesskey="p" href="V850-Floating-Point.html#V850%20Floating%20Point">V850 Floating Point</a>,
Up:<a rel="up" accesskey="u" href="V850-Dependent.html#V850-Dependent">V850-Dependent</a>
<hr><br>
</div>
<h4 class="section">V850 Machine Directives</h4>
<dl>
<dt><code>.offset </code><var><expression></var><code></code>
<dd>Moves the offset into the current section to the specified amount.
<br><dt><code>.section "name", <type></code>
<dd>This is an extension to the standard .section directive. It sets the
current section to be <type> and creates an alias for this section
called "name".
<br><dt><code>.v850</code>
<dd>Specifies that the assembled code should be marked as being targeted at
the V850 processor. This allows the linker to detect attempts to link
such code with code assembled for other processors.
<br><dt><code>.v850e</code>
<dd>Specifies that the assembled code should be marked as being targeted at
the V850E processor. This allows the linker to detect attempts to link
such code with code assembled for other processors.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?