Function: COMMON-LISP:DISASSEMBLE¶
Disassemble the compiled code associated with OBJECT, which can be a function, a lambda expression, or a symbol with a function definition. If it is not already compiled, the compiler is called to produce something to disassemble.
Lambda list¶
(sb-disassem::object &key stream sb-disassem::use-labels)