Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 908 Bytes

File metadata and controls

52 lines (46 loc) · 908 Bytes
title .386 | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
.386
dev_langs
C++
helpviewer_keywords
.386 directive
ms.assetid a270d215-2d8c-4a86-9dcf-62d6e2fbfbb6
caps.latest.revision 7
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

.386

Enables assembly of nonprivileged instructions for the 80386 processor; disables assembly of instructions introduced with later processors.

Syntax

  
.386  
  

Remarks

Also enables 80387 instructions.

See Also

Directives Reference