📄 sh64-options.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="SH64%20Options">SH64 Options</a>,
Next:<a rel="next" accesskey="n" href="SH64-Syntax.html#SH64%20Syntax">SH64 Syntax</a>,
Up:<a rel="up" accesskey="u" href="SH64-Dependent.html#SH64-Dependent">SH64-Dependent</a>
<hr><br>
</div>
<h4 class="section">Options</h4>
<dl>
<br><dt><code>-isa=shmedia | -isa=shcompact</code>
<dd>Specify the default instruction set. <code>SHmedia</code> specifies the
32-bit opcodes, and <code>SHcompact</code> specifies the 16-bit opcodes
compatible with previous SH families. The default depends on the ABI
selected; the default for the 64-bit ABI is SHmedia, and the default for
the 32-bit ABI is SHcompact. If neither the ABI nor the ISA is
specified, the default is 32-bit SHcompact.
<p>Note that the <code>.mode</code> pseudo-op is not permitted if the ISA is not
specified on the command line.
<br><dt><code>-abi=32 | -abi=64</code>
<dd>Specify the default ABI. If the ISA is specified and the ABI is not,
the default ABI depends on the ISA, with SHmedia defaulting to 64-bit
and SHcompact defaulting to 32-bit.
<p>Note that the <code>.abi</code> pseudo-op is not permitted if the ABI is not
specified on the command line. When the ABI is specified on the command
line, any <code>.abi</code> pseudo-ops in the source must match it.
<br><dt><code>-shcompact-const-crange</code>
<dd>Emit code-range descriptors for constants in SHcompact code sections.
<br><dt><code>-no-mix</code>
<dd>Disallow SHmedia code in the same section as constants and SHcompact
code.
<br><dt><code>-no-expand</code>
<dd>Do not expand MOVI, PT, PTA or PTB instructions.
<br><dt><code>-expand-pt32</code>
<dd>With -abi=64, expand PT, PTA and PTB instructions to 32 bits only.
</dl>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -