| description | Learn more about: __outbyte | ||
|---|---|---|---|
| title | __outbyte | ||
| ms.date | 09/02/2019 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | c4cd1a34-8a02-4e37-993d-3201bc17901a |
Microsoft Specific
Generates the out instruction, which sends 1 byte specified by Data out the I/O port specified by Port.
void __outbyte(
unsigned short Port,
unsigned char Data
);Port
[in] The port to send the data to.
Data
[in] The byte to be sent out the specified port.
| Intrinsic | Architecture |
|---|---|
__outbyte |
x86, x64 |
Header file <intrin.h>
This routine is only available as an intrinsic.
END Microsoft Specific