.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