Revert markup around list of display fields from the disassembler; it doesn't

look at good in print, but doesn't break the HTML.
This commit is contained in:
Fred Drake 1998-04-13 16:15:02 +00:00
parent 1f74016735
commit 3e7a48e0d9
2 changed files with 4 additions and 12 deletions

View file

@ -51,18 +51,14 @@ is indicated.
Disassembles a code object, indicating the last instruction if \var{lasti} Disassembles a code object, indicating the last instruction if \var{lasti}
was provided. The output is divided in the following columns: was provided. The output is divided in the following columns:
\newcounter{discounter} \begin{enumerate}
\begin{list}{\arabic{discounter}.}{%
\usecounter{discounter}
\setlength{\leftmargin}{4.5mm}
\setlength{\labelsep}{1.5mm}}
\item the current instruction, indicated as \samp{-->}, \item the current instruction, indicated as \samp{-->},
\item a labelled instruction, indicated with \samp{>>}, \item a labelled instruction, indicated with \samp{>>},
\item the address of the instruction, \item the address of the instruction,
\item the operation code name, \item the operation code name,
\item operation parameters, and \item operation parameters, and
\item interpretation of the parameters in parentheses. \item interpretation of the parameters in parentheses.
\end{list} \end{enumerate}
The parameter interpretation recognizes local and global The parameter interpretation recognizes local and global
variable names, constant values, branch targets, and compare variable names, constant values, branch targets, and compare

View file

@ -51,18 +51,14 @@ is indicated.
Disassembles a code object, indicating the last instruction if \var{lasti} Disassembles a code object, indicating the last instruction if \var{lasti}
was provided. The output is divided in the following columns: was provided. The output is divided in the following columns:
\newcounter{discounter} \begin{enumerate}
\begin{list}{\arabic{discounter}.}{%
\usecounter{discounter}
\setlength{\leftmargin}{4.5mm}
\setlength{\labelsep}{1.5mm}}
\item the current instruction, indicated as \samp{-->}, \item the current instruction, indicated as \samp{-->},
\item a labelled instruction, indicated with \samp{>>}, \item a labelled instruction, indicated with \samp{>>},
\item the address of the instruction, \item the address of the instruction,
\item the operation code name, \item the operation code name,
\item operation parameters, and \item operation parameters, and
\item interpretation of the parameters in parentheses. \item interpretation of the parameters in parentheses.
\end{list} \end{enumerate}
The parameter interpretation recognizes local and global The parameter interpretation recognizes local and global
variable names, constant values, branch targets, and compare variable names, constant values, branch targets, and compare