Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 580 Bytes

File metadata and controls

24 lines (17 loc) · 580 Bytes
description Learn more about: .386P (32-bit MASM)
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