mips-option-stack.html
来自「gcc手册」· HTML 代码 · 共 35 行
HTML
35 行
<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="MIPS%20option%20stack">MIPS option stack</a>,
Next:<a rel="next" accesskey="n" href="MIPS-ASE-instruction-generation-overrides.html#MIPS%20ASE%20instruction%20generation%20overrides">MIPS ASE instruction generation overrides</a>,
Previous:<a rel="previous" accesskey="p" href="MIPS-insn.html#MIPS%20insn">MIPS insn</a>,
Up:<a rel="up" accesskey="u" href="MIPS-Dependent.html#MIPS-Dependent">MIPS-Dependent</a>
<hr><br>
</div>
<h4 class="section">Directives to save and restore options</h4>
<p>The directives <code>.set push</code> and <code>.set pop</code> may be used to save
and restore the current settings for all the options which are
controlled by <code>.set</code>. The <code>.set push</code> directive saves the
current settings on a stack. The <code>.set pop</code> directive pops the
stack and restores the settings.
<p>These directives can be useful inside an macro which must change an
option such as the ISA level or instruction reordering but does not want
to change the state of the code which invoked the macro.
<p>Traditional <small>MIPS</small> assemblers do not support these directives.
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?