| description | Learn more about: .DOSSEG (32-bit MASM) | |
|---|---|---|
| title | .DOSSEG | |
| ms.date | 11/05/2019 | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 175ad470-0a2b-4e2b-b078-65e224fec040 |
Orders the segments according to the MS-DOS segment convention: CODE first, then segments not in DGROUP, and then segments in DGROUP. (32-bit MASM only.)
.DOSSEG
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.