You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands/data/disassemble.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ in addition you can also use:
24
24
With a class, method, function, pyc-file, code or string argument
25
25
disassemble that.
26
26
27
+
Assembly output format is be controlled by the setting of ``set
28
+
asmfmt``. Output formats are those described the ``xdis`` ``pydisasm``
29
+
disassembler.
30
+
27
31
Examples
28
32
++++++++
29
33
@@ -43,4 +47,6 @@ Examples
43
47
44
48
.. seealso::
45
49
46
-
:ref:`help syntax arange <syntax_arange>` for the specification of a address range :ref:`deparse <deparse>`, :ref:`list <list>`, :ref:`info pc <info_pc>`
50
+
:ref:`help syntax arange <syntax_arange>` for the specification of an
51
+
address range :ref:`deparse <deparse>`, :ref:`list <list>`,
52
+
:ref:`info pc <info_pc>`, and :ref:`set asmfmt <set_asmfmt>`.
0 commit comments