如何在汇编中写入/读取硬件
您将使用什么指令来写入/读取 x86 汇编中的硬件?我需要编写一个驱动程序(我熟悉总线端口等)。
what instruction or instructions would you use to write / read to hardware in x86 assembly? I need to write a driver (I am familiar with BUSes ports ect).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只是在寻找 IN 和 OUT?
Are you just looking for IN and OUT?
如果除了完整性之外没有其他原因,请不要忘记细节。
Don't forget ins and outs, if for no other reason than completeness.