CONST            Define constant data segment                       Directive

CONST ; Ideal or MASM mode
.CONST ; MASM mode

Defines the start of the constant data segment in a module. You must
first have used the MODEL directive to specify a memory model. Constant
data is always NEAR and is equivalent to initialized data.