Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 863 Bytes

outdword.md

File metadata and controls

48 lines (33 loc) · 863 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: __outdword
__outdword
09/02/2019
__outdword
out instruction
outdword instruction
__outdword intrinsic
ed1e4994-a84b-4759-8bf9-cd48fb073f4d

__outdword

Microsoft Specific

Generates the out instruction to send a doubleword Data out the port Port.

Syntax

void __outdword(
   unsigned short Port,
   unsigned long Data
);

Parameters

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

Data
[in] The doubleword to be sent.

Requirements

Intrinsic Architecture
__outdword x86, x64

Header file <intrin.h>

Remarks

This routine is only available as an intrinsic.

END Microsoft Specific

See also

Compiler intrinsics