共用方式為


__outword

Microsoft 專有的

會產生out指令,word 會將傳送Data出所指定的 I/O 連接埠Port。

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

參數

  • [in] Port
    若要將資料傳送到連接埠。

  • [in] Data
    要傳送的資料。

需求

內建

架構

__outword

x86,x64

標頭檔 <intrin.h>

備註

只有使用與內建這個常式。

請參閱

參考

編譯器內建