问题
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