Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 551 Bytes

File metadata and controls

25 lines (18 loc) · 551 Bytes
description Learn more about: .CONST (32-bit MASM)
title .CONST
ms.date 12/17/2019
f1_keywords
.CONST
helpviewer_keywords
.CONST directive
ms.assetid d5c1d795-174c-48d2-8359-92fbbd7d4c6c

.CONST (32-bit MASM)

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

Syntax

.CONST
segmentItem ⟧...

Remarks

This segment has the read-only attribute.

See also

Directives Reference
MASM BNF Grammar