For example, to remove the STR instruction, the MASK operator, and the NAME
directive from the set of words MASM recognizes as reserved, use this statement
in the code segment of your program before the first reference to STR, MASK, or
NAME:
OPTION NOKEYWORD:<STR MASK NAME>