__outbytestring
Microsoft 特定的
產生rep outsb
指令,該指令會將 所Buffer
指向的第一個Count
位元組數據傳送至 所Port
指定的埠。
語法
void __outbytestring(
unsigned short Port,
unsigned char* Buffer,
unsigned long Count
);
參數
通訊埠
[in]要傳送數據的埠。
Buffer
[in]要送出指定埠的數據。
Count
[in]要傳送的數據位元組數目。
需求
內建 | 架構 |
---|---|
__outbytestring |
x86、x64 |
頭檔<intrin.h>
備註
此常式僅可作為內建常式使用。
END Microsoft 特定的