开发者

How to write/read to hardware in assembly

开发者 https://www.devze.com 2023-03-23 03:11 出处:网络
what instruction or instructions would you use to write / read to hardware开发者_C百科 in x86 assembly? I need to write a driver (I am familiar with BUSes ports ect).Are you just looking for IN and OU

what instruction or instructions would you use to write / read to hardware开发者_C百科 in x86 assembly? I need to write a driver (I am familiar with BUSes ports ect).


Are you just looking for IN and OUT?


Don't forget ins and outs, if for no other reason than completeness.

0

精彩评论

暂无评论...
验证码 换一张
取 消