Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 983 Bytes

instruction-set-for-inline-assembly.md

File metadata and controls

25 lines (23 loc) · 983 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Instruction Set for Inline Assembly | Microsoft Docs
11/04/2016
cpp-tools
article
C++
inline assembly [C++], instruction set
instruction set [C++], inline assembly
assembler [C++], instruction set
instruction set [C++]
a45b5b22-9b5f-4545-81ec-70eb8ea2ef9b
8
corob-msft
corob
ghogen

Instruction Set for Inline Assembly

Microsoft Specific

The Visual C++ compiler supports all opcodes through the Pentium 4 and AMD Athlon. Additional instructions supported by the target processor can be created with the _emit Pseudoinstruction.

END Microsoft Specific

See Also

Using Assembly Language in __asm Blocks