3.21 Optional Name Argument for Simplified Segment Directives
Masm allows an optional argument for simplified segment directives
.CODE,
.FARDATA and
.FARDATA?. This is to set the name of the segment that is to be opened.
JWasm will also accept the name argument for those directives; additionally, it's
accepted for
.DATA,
.DATA? and
.CONST directives.