qa.hlp (Table of Contents; Topic list)
.CODE
   Directive Summary  Summary  Example  @code
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  .CODE [name]
 
  Indicates the start of a code segment and ends previous segment, if
  any. The .MODEL directive must have previously been used. Each .CODE
  directive generates an ASSUME statement associating CS with the
  current segment.
 
  name      Optional parameter for medium, large, and huge models: uses
            name_TEXT for the code segment name. If name is not
            specified, the assembler generates the segment name _TEXT
            (tiny, small, compact models) or module_TEXT (other models).
 
  See Also:  @code, .MODEL
                                    -♦-