as.info: Previous

Go forward to Print
Go backward to PopSection
Go up to Pseudo Ops
Go to the top op as

`.previous'

   This is one of the ELF section stack manipulation directives.  The
others are `.section' (*note Section::), `.subsection' (*note
SubSection::), `.pushsection' (*note PushSection::), and `.popsection'
(*note 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.