SourcePoint Intel Help

Table of Contents

processortype

Display a string identifying the processor.

Syntax

[result =] processortype

Where:

result

specifies an nstring variable to which the function return value is assigned. If result is not specified, the return value is displayed on the next line of the screen.

Discussion

Use the processortype command to get a unique string that identifies the current processor. In a multiprocessor system, the identifier of the processor with the current viewpoint is displayed. This function is read-only.

Example 1

Command input:

processortype

Result:

x86 Family 6 Model 2A(SB)

Example 2

Command input:

define nstring type = processortype

type

Result:

"x86 Family 6 Model 2A(SB)"

Related Topics: