Following from my previous post about detecting CPUID instruction availability, which is as I mentioned, fairly easy to achieve in both C/C++ and assembly language. In fact, it is already a common knowledge mostly to C/C++ and assembly programmers --...