Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 561 Bytes

dot-386.md

File metadata and controls

24 lines (17 loc) · 561 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: .386 (32-bit MASM)
.386
11/05/2019
.386
.386 directive
a270d215-2d8c-4a86-9dcf-62d6e2fbfbb6

.386 (32-bit MASM)

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

Syntax

.386

Remarks

Also enables 80387 instructions.

See also

Directives Reference
MASM BNF Grammar