◄Directive Summary► ◄Summary► ◄@const► ────────────────────────────────────────────────────────────────────────────── Syntax: .CONST Starts a constant data segment (with segment name CONST) and ends previous segment, if any. The .MODEL directive must have previously been used. This segment should contain strings, real numbers, and other constant data that may be accessed by a high-level language. The .MODEL directive generates a GROUP statement that places CONST in DGROUP. See Also: .MODEL, .STACK, .DATA -♦-