Skip to content

Latest commit

 

History

History
74 lines (63 loc) · 1.36 KB

File metadata and controls

74 lines (63 loc) · 1.36 KB
title __outword | 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
__outword
dev_langs
C++
helpviewer_keywords
__outword intrinsic
out instruction
ms.assetid 995f8834-0f50-4b4f-a7a2-af0e7c371cda
caps.latest.revision 11
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
cs-cz
pl-pl
pt-br
tr-tr

__outword

Microsoft Specific

Generates the out instruction, which sends the word Data out the I/O port specified by Port.

Syntax

void __outword(   
   unsigned short Port,   
   unsigned short Data   
);  

Parameters

[in] Port
The port to send the data to.

[in] Data
The data to be sent.

Requirements

Intrinsic Architecture
__outword x86, [!INCLUDEvcprx64]

Header file <intrin.h>

Remarks

This routine is only available as an intrinsic.

END Microsoft Specific

See Also

Compiler Intrinsics