Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
810349b6
Kaydet (Commit)
810349b6
authored
Nis 07, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix the formatting of the list of fields in the disassemble() function.
üst
272fb3aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
libdis.tex
Doc/lib/libdis.tex
+8
-2
libdis.tex
Doc/libdis.tex
+8
-2
No files found.
Doc/lib/libdis.tex
Dosyayı görüntüle @
810349b6
...
...
@@ -50,14 +50,20 @@ is indicated.
\begin{funcdesc}
{
disassemble
}{
code
\optional
{
, lasti
}}
Disassembles a code object, indicating the last instruction if
\var
{
lasti
}
was provided. The output is divided in the following columns:
\begin{itemize}
\newcounter
{
discounter
}
\begin{list}
{
\arabic
{
discounter
}
.
}{
%
\usecounter
{
discounter
}
\setlength
{
\leftmargin
}{
4.5mm
}
\setlength
{
\labelsep
}{
1.5mm
}}
\item
the current instruction, indicated as
\samp
{
-->
}
,
\item
a labelled instruction, indicated with
\samp
{
>>
}
,
\item
the address of the instruction,
\item
the operation code name,
\item
operation parameters, and
\item
interpretation of the parameters in parentheses.
\end{itemize}
\end{list}
The parameter interpretation recognizes local and global
variable names, constant values, branch targets, and compare
operators.
...
...
Doc/libdis.tex
Dosyayı görüntüle @
810349b6
...
...
@@ -50,14 +50,20 @@ is indicated.
\begin{funcdesc}
{
disassemble
}{
code
\optional
{
, lasti
}}
Disassembles a code object, indicating the last instruction if
\var
{
lasti
}
was provided. The output is divided in the following columns:
\begin{itemize}
\newcounter
{
discounter
}
\begin{list}
{
\arabic
{
discounter
}
.
}{
%
\usecounter
{
discounter
}
\setlength
{
\leftmargin
}{
4.5mm
}
\setlength
{
\labelsep
}{
1.5mm
}}
\item
the current instruction, indicated as
\samp
{
-->
}
,
\item
a labelled instruction, indicated with
\samp
{
>>
}
,
\item
the address of the instruction,
\item
the operation code name,
\item
operation parameters, and
\item
interpretation of the parameters in parentheses.
\end{itemize}
\end{list}
The parameter interpretation recognizes local and global
variable names, constant values, branch targets, and compare
operators.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment