lispdoc - results for disassemble |
(disassemble object &key (stream *standard-output*) (use-labels t)) | Function: 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.
|
| Mentioned in: CLtL2 - 25.1. The Compiler HyperSpec - Function DISASSEMBLE PCL - make it work make it right make it fast Successful Lisp - chapter16 | |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |