亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: inw/outw等用法 [打印本頁]

作者: li6237    時(shí)間: 2010-02-01 19:24
標(biāo)題: inw/outw等用法
功能:如 i386 ,從區(qū)別 I/O 空間和內(nèi)存空間的進(jìn)程的 I/O 空間讀取數(shù)據(jù)。
  • inb()  從 I/O 讀取 8 位數(shù)據(jù) ( 1字節(jié) ) ;
  • inw() 從 I/O 讀取 16 位數(shù)據(jù) ( 2字節(jié) ) ;
  • inl()  從 I/O 讀取 32 位數(shù)據(jù) ( 4字節(jié) )。
    原型
    引用
    #include
    unsigned char inb (unsigned short port);
    unsigned short inw (unsigned short port);
    unsigned long inl (unsigned short port);

    port : I/O 地址
    返回值
    從 I/O 空間讀取的數(shù)值

    本文來自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u3/110644/showart_2166806.html




    歡迎光臨 Chinaunix (http://72891.cn/) Powered by Discuz! X3.2