File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,18 +51,14 @@ \section{Standard Module \module{dis}}
5151Disassembles a code object, indicating the last instruction if \var {lasti}
5252was provided. The output is divided in the following columns:
5353
54- \newcounter {discounter}
55- \begin {list }{\arabic {discounter}.}{%
56- \usecounter {discounter}
57- \setlength {\leftmargin }{4.5mm}
58- \setlength {\labelsep }{1.5mm}}
54+ \begin {enumerate }
5955\item the current instruction, indicated as \samp {-->},
6056\item a labelled instruction, indicated with \samp {>>},
6157\item the address of the instruction,
6258\item the operation code name,
6359\item operation parameters, and
6460\item interpretation of the parameters in parentheses.
65- \end {list }
61+ \end {enumerate }
6662
6763The parameter interpretation recognizes local and global
6864variable names, constant values, branch targets, and compare
Original file line number Diff line number Diff line change @@ -51,18 +51,14 @@ \section{Standard Module \module{dis}}
5151Disassembles a code object, indicating the last instruction if \var {lasti}
5252was provided. The output is divided in the following columns:
5353
54- \newcounter {discounter}
55- \begin {list }{\arabic {discounter}.}{%
56- \usecounter {discounter}
57- \setlength {\leftmargin }{4.5mm}
58- \setlength {\labelsep }{1.5mm}}
54+ \begin {enumerate }
5955\item the current instruction, indicated as \samp {-->},
6056\item a labelled instruction, indicated with \samp {>>},
6157\item the address of the instruction,
6258\item the operation code name,
6359\item operation parameters, and
6460\item interpretation of the parameters in parentheses.
65- \end {list }
61+ \end {enumerate }
6662
6763The parameter interpretation recognizes local and global
6864variable names, constant values, branch targets, and compare
You can’t perform that action at this time.
0 commit comments