Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 999 Bytes

dot-code.md

File metadata and controls

36 lines (31 loc) · 999 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
.CODE | Microsoft Docs
11/04/2016
cpp-tools
article
.CODE
C++
.CODE directive
2b8c882c-c0d2-4fa3-8335-e6b12717a4f4
8
corob-msft
corob
ghogen

.CODE

When used with .MODEL, indicates the start of a code segment.

Syntax

.CODE [[name]]  

Parameters

Parameter Description
name Optional parameter that specifies the name of the code segment. The default name is _TEXT for tiny, small, compact, and flat models. The default name is modulename_TEXT for other models.

See Also

Directives Reference
.DATA