⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mips-option-stack.html

📁 gcc手册
💻 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="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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -