__outwordstring

Microsoft 专用

生成 rep outsw 指令,该指令从 Port 指定的 I/O 端口发送出从 Buffer 开始的 Count 个单词

语法

void __outwordstring(
   unsigned short Port,
   unsigned short* Buffer,
   unsigned long Count
);

参数

端口
[in] 要将数据发送到的端口。

Buffer
[in] 要从指定端口发送出去的数据的指针。

计数
[in] 要发送的字数。

要求

Intrinsic 体系结构
__outwordstring x86、x64

头文件<intrin.h>

备注

此例程仅可用作内部函数。

结束 Microsoft 专用

另请参阅

编译器内部函数