IsMMX

Purpose

Returns a Boolean value indicating a whether the CPU supports MMX instructions.

Syntax

Bool = IsMMX

Description

Implemented for older CPUs (lower as Pentium 200). All newer CPUs support MMX.

Example

Print IsMMX

See Also

_CPUID

{Created by Sjouke Hamstra; Last updated: 10/10/2014 by James Gaite}