Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 580 Bytes

dot-386p.md

File metadata and controls

24 lines (17 loc) · 580 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: .386P (32-bit MASM)
.386P
11/05/2019
.386P
.386P directive
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