📄 previous.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="Previous">Previous</a>,
Next:<a rel="next" accesskey="n" href="Print.html#Print">Print</a>,
Previous:<a rel="previous" accesskey="p" href="PopSection.html#PopSection">PopSection</a>,
Up:<a rel="up" accesskey="u" href="Pseudo-Ops.html#Pseudo%20Ops">Pseudo Ops</a>
<hr><br>
</div>
<h3 class="section"><code>.previous</code></h3>
<p>This is one of the ELF section stack manipulation directives. The others are
<code>.section</code> (see <a href="Section.html#Section">Section</a>), <code>.subsection</code> (see <a href="SubSection.html#SubSection">SubSection</a>),
<code>.pushsection</code> (see <a href="PushSection.html#PushSection">PushSection</a>), and <code>.popsection</code>
(see <a href="PopSection.html#PopSection">PopSection</a>).
<p>This directive swaps the current section (and subsection) with most recently
referenced section (and subsection) prior to this one. Multiple
<code>.previous</code> directives in a row will flip between two sections (and their
subsections).
<p>In terms of the section stack, this directive swaps the current section with
the top section on the section stack.
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -