documenting lisp source



>>>>> "Allan" == Allan Adler  writes:

    Allan> Incidentally, this disassembled code looks interesting. Where is this
    Allan> "lisp assembly language" documented? I tried to grep the info files that

This is particular to Clisp and is Clisp's own compiled language.  Ask
on the Clisp lists for more information.  There is no standard lisp
assembly language.  For example, CMUCL and SBCL can produce native
machine code.

Ray