PROCESSOR element

Specifies the type of processor the software will run on.

Usage

<PROCESSOR
  VALUE = "sProcessor"/>

Attributes

Attribute Type Required Description

VALUE

sProcessor

Yes

String value representing the name of the processor that the software will run on.

Alpha

Alpha processor.

MIPS

MIPS processor.

PPC

PPC processor.

x86

x86 processor.

Child elements

There are no child elements.

Parent elements

Element

IMPLEMENTATION

Remarks

There may be zero or more instances of this element specifying the particular processor architectures that an implementation runs on. If no PROCESSOR is specified, the particular IMPLEMENTATION runs on all processors.

Examples

This example shows how to specify which type of processor the software will run on.

<PROCESSOR VALUE="x86"/>

Element information

Minimum supported system

Windows XP
Can be empty Yes