How to write/read to hardware in assembly
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.
精彩评论