Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 905 Bytes

File metadata and controls

52 lines (46 loc) · 905 Bytes
title .CONST | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
.CONST
dev_langs
C++
helpviewer_keywords
.CONST directive
ms.assetid d5c1d795-174c-48d2-8359-92fbbd7d4c6c
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

.CONST

When used with .MODEL, starts a constant data segment (with segment name CONST).

Syntax

  
.CONST  
  

Remarks

This segment has the read-only attribute.

See Also

Directives Reference