• Scieneer Common Lisp 1.3.9 online documentation

    disassemble object &key stream use-labels backend[Function]

    Disassemble the machine 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.

  •