Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 857 Bytes

File metadata and controls

49 lines (44 loc) · 857 Bytes
title .DATA? | 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
.DATA?
dev_langs
C++
helpviewer_keywords
.DATA? directive
ms.assetid f454f8d7-e23b-458c-a2c4-8441f1afdc82
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

.DATA?

When used with .MODEL, starts a near data segment for uninitialized data (segment name _BSS).

Syntax

  
.DATA?  
  

See Also

Directives Reference