File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,14 +50,20 @@ \section{Standard Module \module{dis}}
5050\begin {funcdesc }{disassemble}{code\optional {, lasti}}
5151Disassembles a code object, indicating the last instruction if \var {lasti}
5252was provided. The output is divided in the following columns:
53- \begin {itemize }
53+
54+ \newcounter {discounter}
55+ \begin {list }{\arabic {discounter}.}{%
56+ \usecounter {discounter}
57+ \setlength {\leftmargin }{4.5mm}
58+ \setlength {\labelsep }{1.5mm}}
5459\item the current instruction, indicated as \samp {-->},
5560\item a labelled instruction, indicated with \samp {>>},
5661\item the address of the instruction,
5762\item the operation code name,
5863\item operation parameters, and
5964\item interpretation of the parameters in parentheses.
60- \end {itemize }
65+ \end {list }
66+
6167The parameter interpretation recognizes local and global
6268variable names, constant values, branch targets, and compare
6369operators.
Original file line number Diff line number Diff line change @@ -50,14 +50,20 @@ \section{Standard Module \module{dis}}
5050\begin {funcdesc }{disassemble}{code\optional {, lasti}}
5151Disassembles a code object, indicating the last instruction if \var {lasti}
5252was provided. The output is divided in the following columns:
53- \begin {itemize }
53+
54+ \newcounter {discounter}
55+ \begin {list }{\arabic {discounter}.}{%
56+ \usecounter {discounter}
57+ \setlength {\leftmargin }{4.5mm}
58+ \setlength {\labelsep }{1.5mm}}
5459\item the current instruction, indicated as \samp {-->},
5560\item a labelled instruction, indicated with \samp {>>},
5661\item the address of the instruction,
5762\item the operation code name,
5863\item operation parameters, and
5964\item interpretation of the parameters in parentheses.
60- \end {itemize }
65+ \end {list }
66+
6167The parameter interpretation recognizes local and global
6268variable names, constant values, branch targets, and compare
6369operators.
You can’t perform that action at this time.
0 commit comments