Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 850 Bytes

inbyte.md

File metadata and controls

48 lines (32 loc) · 850 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: __inbyte
__inbyte
09/02/2019
__inbyte
__inbyte_cpp
in instruction
__inbyte intrinsic
03b61799-2a08-474d-adc4-2cbf7c81a4d5

__inbyte

Microsoft Specific

Generates the in instruction, returning a single byte read from the port specified by Port.

Syntax

unsigned char __inbyte(
   unsigned short Port
);

Parameters

Port
[in] The port to read from.

Return value

The byte read from the specified port.

Requirements

Intrinsic Architecture
__inbyte x86, x64

Header file <intrin.h>

END Microsoft Specific

Remarks

This routine is only available as an intrinsic.

See also

Compiler intrinsics