Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 527 Bytes

File metadata and controls

23 lines (16 loc) · 527 Bytes
title .386P
ms.date 11/05/2019
f1_keywords
.386P
helpviewer_keywords
.386P directive
ms.assetid 15199091-3bb7-4270-bb9b-878c1c2f2146

.386P (32-bit MASM)

Enables assembly of all instructions (including privileged) for the 80386 processor; disables assembly of instructions introduced with later processors. (32-bit MASM only.)

Syntax

.386P

Remarks

Also enables 80387 instructions.

See also

Directives Reference
MASM BNF Grammar