disassemble

disassemble is an interactive autoloaded compiled Lisp function in `disass.el'.


(disassemble OBJECT &optional BUFFER INDENT INTERACTIVE-P)

Print disassembled code for OBJECT in (optional) BUFFER.
OBJECT can be a symbol defined as a function, or a function itself
(a lambda expression or a compiled-function object).
If OBJECT is not already compiled, we compile it, but do not
redefine OBJECT if it is a symbol.