Expandir Minimizar
Este tema aún no ha recibido ninguna valoración - Valorar este tema

__outbyte

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 
);
[in] Port

The port to send the data to.

[in] Data

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.

¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.