How to tell an 8086/8088 from an 80186?

被刻印的时光 ゝ 提交于 2020-05-27 06:21:46

问题


I am trying to write a program to check what processor is used to execute my program. Since this is intended to be used on a number of historic PC-clones, I want to be able to tell an 8086 from an 80186 just in case the computer is one of the rare machines that ship with an 80186. How can I do this in assembly?

来源:https://stackoverflow.com/questions/42306299/how-to-tell-an-8086-8088-from-an-80186

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!