The .286P directive tells the assembler to recognize and assemble the protected instructions of the 80286 in addition to the 8086, 8088, and nonprotected 80286 instructions.
Syntax
.286PRemarks
The .286P directive does not have an operand. Use it only for programs run on an 80286 processor using both protected and nonprotected instructions.