## Function: SB-ASSEM:MAKE-ASMSTREAM [](../) [](../#function) [](https://github.com/sbcl/sbcl/blob/master/src/compiler/assem.lisp/) > No description. ### Lambda list ```cl (&key (:data-section #:data-section) (:code-section #:code-section) (:elsewhere-section #:elsewhere-section) (:elsewhere-label #:elsewhere-label) (:constant-table #:constant-table) (:constant-vector #:constant-vector) (:tracing-state #:tracing-state)) ```