Platforms to show: All Mac Windows Linux Cross-Platform

Back to CPUIDMBS class.

CPUIDMBS.CPUID(Selector as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CPUInfo MBS Util Plugin 7.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Calls CPUID for the given selector.
Example
dim c as new CPUIDMBS

if c.CPUID(0) then
MsgBox hex(c.EDX)
end if

Returns true on success and false on failure.
(always true on x86 CPUs and always false on PowerPC CPUs.)
Result values are stored in the four properties EAX, EBX, ECX and EDX.

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...