|
发表于 2003-7-20 02:58:07
|
显示全部楼层
从info:as下面抄的,也许对你有帮助。反正大概的意思就是用回上次的section。
`.previous'
===========
This is one of the ELF section stack manipulation directives. The
others are `.section' ( Section), `.subsection' (
SubSection), `.pushsection' ( PushSection), and `.popsection'
( PopSection).
This directive swaps the current section (and subsection) with most
recently referenced section (and subsection) prior to this one.
Multiple `.previous' directives in a row will flip between two sections
(and their subsections).
In terms of the section stack, this directive swaps the current
section with the top section on the section stack. |
|