Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 951 Bytes

File metadata and controls

32 lines (27 loc) · 951 Bytes
title .CODE | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-masm
ms.topic reference
f1_keywords
.CODE
dev_langs
C++
helpviewer_keywords
.CODE directive
ms.assetid 2b8c882c-c0d2-4fa3-8335-e6b12717a4f4
author corob-msft
ms.author corob
ms.workload
cplusplus

.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