Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 1.1 KB

File metadata and controls

52 lines (46 loc) · 1.1 KB
title .DOSSEG | 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
.DOSSEG
dev_langs
C++
helpviewer_keywords
.DOSSEG directive
ms.assetid 175ad470-0a2b-4e2b-b078-65e224fec040
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

.DOSSEG

Orders the segments according to the MS-DOS segment convention: CODE first, then segments not in DGROUP, and then segments in DGROUP.

Syntax

  
.DOSSEG  
  

Remarks

The segments in DGROUP follow this order: segments not in BSS or STACK, then BSS segments, and finally STACK segments. Primarily used for ensuring CodeView support in MASM stand-alone programs. Same as DOSSEG.

See Also

Directives Reference