File: disass.el.html

The single entry point, disassemble, disassembles a code object generated by the Emacs Lisp byte-compiler. This doesn't invert the compilation operation, not by a long shot, but it's useful for debugging.

Original version by Doug Cutting (doug@csli.stanford.edu) Substantially modified by Jamie Zawinski <jwz@lucid.com> for the new lapcode-based byte compiler.

Defined variables (3)

disassemble-column-1-indent
disassemble-column-2-indent
disassemble-recursive-indent

Defined functions (4)

disassemble(OBJECT &optional BUFFER INDENT INTERACTIVE-P)
disassemble-1(OBJ INDENT)
disassemble-internal(OBJ INDENT INTERACTIVE-P)
re-disassemble(REGEXP &optional CASE-TABLE)

Defined faces (0)